mirror of
https://github.com/electron/electron.git
synced 2026-02-07 05:35:02 -05:00
feat: expose sessionId in debugger module (#24170)
This commit is contained in:
8
spec-main/fixtures/sub-frames/debug-frames.html
Normal file
8
spec-main/fixtures/sub-frames/debug-frames.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<body>
|
||||
This is a frame, is has one child
|
||||
<iframe src="./frame.html"></iframe>
|
||||
</body>
|
||||
<script src="./test.js"></script>
|
||||
</html>
|
||||
1
spec-main/fixtures/sub-frames/test.js
Normal file
1
spec-main/fixtures/sub-frames/test.js
Normal file
@@ -0,0 +1 @@
|
||||
console.log('hello');
|
||||
Reference in New Issue
Block a user