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;

This is wrong if you want to resolve it with undefined.

-- 
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#pullrequestreview-6410334

Received on Monday, 31 October 2016 10:12:34 UTC