Started working on service worker
This commit is contained in:
5
sw/service-worker.ts
Normal file
5
sw/service-worker.ts
Normal file
@ -0,0 +1,5 @@
|
||||
// pack:ignore
|
||||
|
||||
self.addEventListener("install", evt => {
|
||||
console.log("The service worker is being installed.")
|
||||
})
|
Reference in New Issue
Block a user