[Webkit-unassigned] [Bug 178168] New: [JSC] Retry module fetching if previous request fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 11 06:24:57 PDT 2017


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

            Bug ID: 178168
           Summary: [JSC] Retry module fetching if previous request fails
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: utatane.tea at gmail.com

module instance will be shared by URL's uniqueness.
But if one request fails to fetch module, the other one should retry to fetch modules.

<script type="module" src="http://example.com/A.js" integrity="invalid integrity hash"></script>
<script type="module" src="http://example.com/A.js" integrity="correct integrity hash"></script>

In the above case, second one should succeed. This is a spec change from the last implemented one.
https://html.spec.whatwg.org/#fetch-a-single-module-script

-- 
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/20171011/b87087d1/attachment-0001.html>


More information about the webkit-unassigned mailing list