[Webkit-unassigned] [Bug 187435] "serviceworker.js" is fetched several times in a row

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 9 10:29:49 PDT 2018


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

--- Comment #6 from youenn fablet <youennf at gmail.com> ---
> The way I understand the specification, the "last update check time is
> greater than 86400" check only applies to sub resource loads, not main
> resource requests. Although it could be me misunderstanding the spec.

Right, I believe we currently fetch the worker script for every main resource load, as per spec.
I believe we should still send conditional GET requests whenever possible though, which might not be the case here.

Checking https://mdn.github.io/sw-test/, we are actually sending conditional GET requests.

-- 
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/20180709/dcaa2d2a/attachment-0001.html>


More information about the webkit-unassigned mailing list