Compare commits

...

4 Commits

Author SHA1 Message Date
Harsh Khandeparkar
a2e18e6a83 Delete sw.js 2019-04-03 00:22:05 +05:30
Harsh Khandeparkar
29d5885f19 Create sw.js 2019-04-02 18:49:51 +00:00
Harsh Khandeparkar
18a7c4d8b4 Update cache.js 2019-04-02 18:48:48 +00:00
Harsh Khandeparkar
c98c577226 Update cache.js 2019-04-02 18:00:23 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -36,4 +36,4 @@ var setupCache = function() {
});
}
module.exports = setupCache;
module.exports = setupCache;

View File

@@ -32,4 +32,4 @@ self.addEventListener('fetch', function(event) {
});
})
);
});
});