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

annevk commented on this pull request.



> @@ -1723,6 +1847,7 @@ spec: webidl; urlPrefix: https://heycam.github.io/webidl/
     <pre class="idl" id="fetch-event-init-dictionary">
       dictionary FetchEventInit : ExtendableEventInit {
         required Request request;
+        required Promise&lt;Response?&gt; preloadResponse;

Why would you allow null as a value?

-- 
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-6410363

Received on Monday, 31 October 2016 10:13:22 UTC