test: Node integration in web workers
This commit is contained in:
parent
ab83aa0bfd
commit
033aa16e04
8 changed files with 77 additions and 1 deletions
1
spec/fixtures/workers/worker_node.js
vendored
Normal file
1
spec/fixtures/workers/worker_node.js
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
self.postMessage([typeof process, typeof setImmediate, typeof global, typeof Buffer].join(' '))
|
Loading…
Add table
Add a link
Reference in a new issue