aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--appcache.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/appcache.js b/appcache.js
index 09b588f..d51f775 100644
--- a/appcache.js
+++ b/appcache.js
@@ -7,6 +7,7 @@
7 7
8"use strict"; 8"use strict";
9 9
10// script put at the root of the app so it can intercept all requests made from the current directory.
10class AppCache { 11class AppCache {
11 constructor() { 12 constructor() {
12 this.cacheName = "cache"; 13 this.cacheName = "cache";