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 5da6130 commit b85cdc3Copy full SHA for b85cdc3
worker/worker-channel.js
@@ -60,6 +60,8 @@ async function setupWorkerChannel() {
60
61
workerClientId = await workerInstallPromise;
62
63
+ workerInstallPromise = null;
64
+
65
66
// create worker channel
67
workerChannel = new BroadcastChannel('worker-channel');
0 commit comments