- From: Anne van Kesteren <notifications@github.com>
- Date: Mon, 31 Oct 2016 04:36:18 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Monday, 31 October 2016 11:36:49 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; any is the only correct option here. I recommend complaining in the IDL repository. Perhaps someone can up priority of fixing that. -- 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:36:49 UTC