Re: [w3c/ServiceWorker] `<iframe sandbox />` + SW (#1390)

> Why aren't the fetch events triggered for iframes without a src attribute?

You are running into implementation bugs.  The parent service worker should be inherited for about:blank, srcdoc, and blob URL iframes.  For example, the relevant chromium bug is:

https://crbug.com/880768

I think firefox is the only browser that does any inheritance of the service worker in these cases at the moment.

-- 
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/1390#issuecomment-671383074

Received on Monday, 10 August 2020 14:18:42 UTC