- From: Jake Archibald <notifications@github.com>
- Date: Fri, 16 Dec 2016 02:48:55 -0800
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 16 December 2016 10:49:36 UTC
jakearchibald commented on this pull request.
> @@ -724,6 +737,71 @@ spec: webappsec-referrer-policy; urlPrefix: https://w3c.github.io/webappsec-refe
</section>
<section>
+ <h3 id="navigation-preload-manager">{{NavigationPreloadManager}}</h3>
+
+ <pre class="idl">
+ [SecureContext, Exposed=(Window,Worker)]
+ interface NavigationPreloadManager {
+ Promise<void> enable();
+ Promise<void> disable();
+ Promise<void> setHeaderValue(DOMString value);
Damnit it @mattto mentioned this too - sorry for forgetting
--
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/pull/983
Received on Friday, 16 December 2016 10:49:36 UTC