- From: Noah Freitas <notifications@github.com>
- Date: Mon, 15 Jun 2015 16:33:10 -0700
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Monday, 15 June 2015 23:33:40 UTC
I have a document under the scope of running service worker. It contains an `<iframe>` with a Blob URL as a `src`. The blob URL was constructed in the outer document context and should therefore be [of the same origin](https://w3c.github.io/FileAPI/#originOfBlobURL) as the Service Worker; however, the service worker does not receive any `fetch` events from the inner document. My service worker is registered to a scope of `'/'`. Is this the expected behavior (no fetch events for blob URL documents created at the service worker's origin) or a bug? --- Reply to this email directly or view it on GitHub: https://github.com/slightlyoff/ServiceWorker/issues/712
Received on Monday, 15 June 2015 23:33:40 UTC