electron/spec/fixtures/workers/worker_node.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

2 lines
97 B
JavaScript
Raw Normal View History

2017-03-15 11:07:28 +00:00
self.postMessage([typeof process, typeof setImmediate, typeof global, typeof Buffer].join(' '));