Re: [ServiceWorker] Should DedicatedWorkers select their own ServiceWorkerRegistration? (#423)

Because a dedicated worker does not define it's own browsing context, they inherit their parents browsing context. Is there compelling reason for this to different compared to how its handled in appcache, otherwise it seems like an arbitrary difference?

Fyi, Chromium's current implementation treats the dedicated worker resource and any resources loaded by a dedicated worker similar to a subresource loaded by the main document. Altering that behavior would probably be a large task.

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/423#issuecomment-65497529

Received on Wednesday, 3 December 2014 21:51:29 UTC