feat: expose sessionId in debugger module (#24170)
This commit is contained in:
parent
82ae18dd1c
commit
d330c6f9fe
5 changed files with 66 additions and 3 deletions
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>
|
Loading…
Add table
Add a link
Reference in a new issue