Re: [w3c/ServiceWorker] should blob URLs inherit controller from parent environment or environment that called `createObjectURL()`? (#1261)

The other issue with trying to use the creation environment's controller is that the environment may be gone and its service worker unregistered.  Although maybe the blob URL is also then considered dead?

Anyway, I guess parent if same-origin and no controller if cross-origin should be ok.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/issues/1261#issuecomment-358800934

Received on Thursday, 18 January 2018 22:20:34 UTC