- From: Jake Archibald <notifications@github.com>
- Date: Mon, 31 Oct 2016 04:11:42 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Monday, 31 October 2016 11:12:16 UTC
jakearchibald 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;
Again the intent is for this to be a promise that resolves with a response or 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
Received on Monday, 31 October 2016 11:12:16 UTC