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 945a59f commit ceb6771Copy full SHA for ceb6771
service-worker.js
@@ -1,4 +1,7 @@
1
2
+// update worker name when updating worker
3
+const WORKER_NAME = 'codeit-worker-v505';
4
+
5
// list of files to cache
6
const FILES_TO_CACHE = [
7
0 commit comments