feat: allow inspection of specific shared workers (#20389)
This commit is contained in:
parent
712d77dc8b
commit
2f03d393c3
9 changed files with 141 additions and 0 deletions
4
spec/fixtures/api/shared-worker/shared-worker2.js
vendored
Normal file
4
spec/fixtures/api/shared-worker/shared-worker2.js
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
self.onconnect = function (e) {
|
||||
const port = e.ports[0]
|
||||
port.postMessage('ready')
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue