Re: [w3c/ServiceWorker] Service worker not intercepting the call intiated for CSS from JS files “ css:”css/custom.css" (#1386)

Sorry, but this repo is for discussing the service worker specification.  Its not really for this kind of support style question.

If you can reduce your test case to a small reproduction of the issue then I recommend filing a bug on the browser where you see the unexpected behavior.  This looks like chrome devtools so that would be here:

https://bugs.chromium.org/p/chromium/issues/entry

For more general questions the service worker section on stack overflow may be helpful.  But I see you actually just asked a question there:

https://stackoverflow.com/questions/54424726/any-call-from-inside-a-iframe-note-fetch-by-service-worker-ck-editor

Is this the same problem?  If so, its because the document.open() is creating an about:blank document which is not yet controlled by the parent's service worker in chrome.  The relevant bug for that issue is here:

https://bugs.chromium.org/p/chromium/issues/detail?id=880768

Hope that helps.

-- 
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/1386#issuecomment-458709327

Received on Tuesday, 29 January 2019 21:14:46 UTC