[Webkit-unassigned] [Bug 191986] Updating a service worker during a navigation load sometimes makes the load fail

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 27 13:22:32 PST 2018


https://bugs.webkit.org/show_bug.cgi?id=191986

--- Comment #4 from youenn fablet <youennf at gmail.com> ---
We are probably registering the new document too late as a service worker client.
Currently we are creating/registering the Document when receiving the first data bytes which is too late.
Ideally, we should probably register the document as soon as we send the fetch event to the service worker.

Another approach would be to keep track of navigation loads a service worker is responsible for and update the activate logic according that new information.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20181127/30c1e761/attachment.html>


More information about the webkit-unassigned mailing list