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
919fd0f28d
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 20:28:31 +00:00
self
.
postMessage
(
[
typeof
process
,
typeof
setImmediate
,
typeof
global
,
typeof
Buffer
]
.
join
(
' '
)
)
;
Reference in a new issue
Copy permalink