5 lines
115 B
TypeScript
Raw Normal View History

2017-07-13 15:56:14 +00:00
// pack:ignore
self.addEventListener("install", evt => {
console.log("The service worker is being installed.")
})