1 2 3 4 5 6 7
self.addEventListener("install", async event => { // TODO }); self.addEventListener("fetch", async event => { // TODO });