Started working on service worker

This commit is contained in:
2017-07-13 17:56:14 +02:00
parent 0f59969f0d
commit 4f7c2e95f0
4 changed files with 34 additions and 2 deletions

5
sw/service-worker.ts Normal file
View File

@ -0,0 +1,5 @@
// pack:ignore
self.addEventListener("install", evt => {
console.log("The service worker is being installed.")
})