This commit is contained in:
tamaina
2021-02-10 02:03:05 +09:00
parent f95ca164d6
commit 77902e8d80
3 changed files with 28 additions and 30 deletions

View File

@@ -134,7 +134,7 @@ self.addEventListener('notificationclose', async ev => {
//#region When: Caught a message from the client
self.addEventListener('message', ev => {
switch(ev.data) {
switch (ev.data) {
case 'clear':
return; // TODO
default: