|
|
|
|
|
by EGreg
3301 days ago
|
|
Service workers were designed to only work during events which you opted into. Either because you loaded the site which is now making requests, or because you OPTED IN to receive notifications. Think about it this way... why do you have to download an entire app just to use a site? Don't like the notifications? Turn the off. |
|
Again, the concept of background tasks isn't necessarily a bad thing. But it needs to be locked down to specific use cases not a free for all allowing arbitrary JS to be executed.