feat: expose sessionId in debugger module (#24170)

This commit is contained in:
Robo
2020-07-02 13:04:20 -07:00
committed by GitHub
parent 82ae18dd1c
commit d330c6f9fe
5 changed files with 66 additions and 3 deletions

View 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>

View File

@@ -0,0 +1 @@
console.log('hello');