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
windows-runner-big
electron
/
spec
/
fixtures
/
workers
/
worker.js
4 lines
67 B
JavaScript
Raw
Permalink
Normal View
History
Unescape
Escape
autoformat more files
2016-03-25 14:03:49 -06:00
this
.
onmessage
=
function
(
msg
)
{
build: enable JS semicolons (#22783)
2020-03-20 14:28:31 -06:00
this
.
postMessage
(
msg
.
data
)
;
}
;