Re: [w3c/ServiceWorker] (WIP) Navigation preload (#983)

annevk commented on this pull request.



> @@ -1714,6 +1837,7 @@ spec: webidl; urlPrefix: https://heycam.github.io/webidl/
       [Constructor(DOMString type, FetchEventInit eventInitDict), Exposed=ServiceWorker]
       interface FetchEvent : ExtendableEvent {
         [SameObject] readonly attribute Request request;
+        readonly attribute Promise<Response?> preloadResponse;

any is the only correct option here. I recommend complaining in the IDL repository. Perhaps someone can up priority of fixing that.

-- 
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 Monday, 31 October 2016 11:36:49 UTC