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?

Yeah, that shouldn't be a problem. When the creation environment is gone the blob URL can't be fetched anymore.

-- 
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-358801424

Received on Thursday, 18 January 2018 22:22:29 UTC