5 lines
115 B
TypeScript

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