This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
electron
Watch
2
Star
0
Fork
You've already forked electron
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
09d7b2bc91
electron
/
spec
/
fixtures
/
api
/
shared-worker
/
shared-worker2.js
5 lines
91 B
JavaScript
Raw
Normal View
History
Unescape
Escape
feat: allow inspection of specific shared workers (#20389)
2019-10-02 12:38:27 +00:00
self
.
onconnect
=
function
(
e
)
{
build: enable JS semicolons (#22783)
2020-03-20 20:28:31 +00:00
const
port
=
e
.
ports
[
0
]
;
port
.
postMessage
(
'ready'
)
;
}
;
Reference in a new issue
Copy permalink