- From: Ben Kelly <notifications@github.com>
- Date: Mon, 10 Aug 2020 07:18:30 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 10 August 2020 14:18:42 UTC
> 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