xref
: /
third_party
/
node
/
test
/
fixtures
/
worker-script.mjs
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/node/test/fixtures/
1
import worker from 'worker_threads';
2
3
worker.parentPort.postMessage
('Hello, world!');
4