electron/spec/fixtures/workers/worker_node.js

2 lines
97 B
JavaScript
Raw Normal View History

2020-03-20 20:28:31 +00:00
self.postMessage([typeof process, typeof setImmediate, typeof global, typeof Buffer].join(' '));