From de8ee94abf69fa909f796decdbcde896573c0f61 Mon Sep 17 00:00:00 2001 From: pacien Date: Sat, 21 Jul 2018 00:05:10 +0200 Subject: Add note --- appcache.js | 1 + 1 file changed, 1 insertion(+) diff --git a/appcache.js b/appcache.js index 09b588f..d51f775 100644 --- a/appcache.js +++ b/appcache.js @@ -7,6 +7,7 @@ "use strict"; +// script put at the root of the app so it can intercept all requests made from the current directory. class AppCache { constructor() { this.cacheName = "cache"; -- cgit v1.2.3