Hacker News new | ask | show | jobs
by crudbug 3508 days ago
I haven't read the specs, can you spawn multiple service workers on a single page ?

If yes, what are the security measures to stop a rogue site to blow up your browser ?

1 comments

Only one service worker per scope, the newest kicks out any older ones.