wip
This commit is contained in:
parent
f95ca164d6
commit
77902e8d80
3 changed files with 28 additions and 30 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue