[Webkit-unassigned] [Bug 182852] New: Navigation Preload API for Service Worker

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 15 17:03:16 PST 2018


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

            Bug ID: 182852
           Summary: Navigation Preload API for Service Worker
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Service Workers
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: kenjibaheux at chromium.org

Navigation Preload is an important Service Worker API allowing to offset the startup cost of Service Worker by issuing a parallel request for the main resource.
Typically, we've observed 300~400ms (1 RTT) wins on mobile with key partners (I'll try to get them to chime on this bug).

Spec: https://w3c.github.io/ServiceWorker/#service-worker-registration-navigationpreload

 - Available in Chrome 59+

 - Mozilla is supportive, tracking bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1290958)
 - Edge is supportive [1]
 - I believe that Apple was also supportive [1]

[1]: https://github.com/w3c/ServiceWorker/issues/920#issuecomment-236251448

-- 
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/20180216/d2df5cb7/attachment-0001.html>


More information about the webkit-unassigned mailing list