- From: Anne van Kesteren <notifications@github.com>
- Date: Mon, 31 Oct 2016 03:12:08 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Monday, 31 October 2016 10:13:22 UTC
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<Response?> 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