We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13c24e8 commit 039db87Copy full SHA for 039db87
src/domain/worker.js
@@ -3,7 +3,7 @@
3
require('regenerator-runtime')
4
const { domain, adapters } = require('..')
5
const path = require('path')
6
-const { workerData, parentPort } = require('worker_threads')
+const { workerData, parentPort, BroadcastChannel } = require('worker_threads')
7
const remote = require(path.resolve(process.cwd(), 'dist/remoteEntry'))
8
9
const {
0 commit comments