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
2aff0c47d0
electron
/
spec
/
fixtures
/
workers
/
worker.js
4 lines
66 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Add specs for web workers.
2014-07-09 07:55:01 +00:00
this
.
onmessage
=
function
(
msg
)
{
this
.
postMessage
(
msg
.
data
)
;
:arrow_up: :shirt: updated to eslint 2.1.0 Verified migration doc (nothing to be done) http://eslint.org/docs/user-guide/migrating-to-2.0.0 And made sure the eslint tasks passed
2016-02-16 02:26:25 +00:00
}
;
Reference in a new issue
Copy permalink