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