调整通信
Some checks failed
test / Run tests (push) Failing after 15s
build / Build (push) Failing after 19s
Some checks failed
test / Run tests (push) Failing after 15s
build / Build (push) Failing after 19s
This commit is contained in:
@ -171,7 +171,6 @@ export class ServiceWorkerMessageSend implements MessageSend {
|
||||
const list = await self.clients.matchAll({ includeUncontrolled: true, type: "window" });
|
||||
this.target = list[0];
|
||||
self.addEventListener("message", (e) => {
|
||||
console.log("serviceWorker", e);
|
||||
this.messageHandle(e.data);
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user