this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Try move this down

+1 -1
+1 -1
public/sw.js
··· 165 165 166 166 event.waitUntil( 167 167 (async () => { 168 - await event.notification.close(); 169 168 const clients = await self.clients.matchAll({ 170 169 type: 'window', 171 170 includeUncontrolled: true, ··· 195 194 console.log('NOTIFICATION CLICK openWindow', url); 196 195 await self.clients.openWindow(url); 197 196 } 197 + await event.notification.close(); 198 198 })(), 199 199 ); 200 200 });