diff options
Diffstat (limited to 'static/sw.js')
| -rw-r--r-- | static/sw.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/static/sw.js b/static/sw.js new file mode 100644 index 0000000..258caf0 --- /dev/null +++ b/static/sw.js | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | self.addEventListener ('fetch', function(event) { | ||
| 2 | |||
| 3 | }); | ||
