electron/spec/fixtures/workers/worker_node.js

2 lines
97 B
JavaScript
Raw Normal View History

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