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