Skip to content

Commit fab1b50

Browse files
committed
Update client-channel.js
1 parent 7d28f38 commit fab1b50

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

worker/client-channel.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
// service worker/client communication channel
44

55

6+
// update worker name when updating worker
7+
const WORKER_NAME = 'codeit-worker-v500';
8+
9+
610
// internal paths
711
const INTERNAL_PATHS = {
812

0 commit comments

Comments
 (0)