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 7d28f38 commit fab1b50Copy full SHA for fab1b50
worker/client-channel.js
@@ -3,6 +3,10 @@
3
// service worker/client communication channel
4
5
6
+// update worker name when updating worker
7
+const WORKER_NAME = 'codeit-worker-v500';
8
+
9
10
// internal paths
11
const INTERNAL_PATHS = {
12
0 commit comments