This website requires JavaScript.
Explore
Sign In
mirror
/
electron
mirror of
https://github.com/electron/electron
Watch
1
Star
0
Fork
You've already forked electron
0
Code
Issues
Releases
Activity
3235fccc92
electron
/
spec
/
fixtures
/
workers
/
worker_node.js
2 lines
97 B
JavaScript
Raw
Normal View
History
Unescape
Escape
build: enable JS semicolons (#22783)
2020-03-20 14:28:31 -06:00
self
.
postMessage
(
[
typeof
process
,
typeof
setImmediate
,
typeof
global
,
typeof
Buffer
]
.
join
(
' '
)
)
;