|
@ -5,7 +5,7 @@ importScripts( |
|
|
); |
|
|
); |
|
|
|
|
|
|
|
|
self.addEventListener("install", (event) => { |
|
|
self.addEventListener("install", (event) => { |
|
|
console.error("Adding event listener for:", event); |
|
|
console.log("Adding event listener for:", event); |
|
|
importScripts( |
|
|
importScripts( |
|
|
"safari-notifications.js", |
|
|
"safari-notifications.js", |
|
|
"nacl.js", |
|
|
"nacl.js", |
|
|