- From: Ben Kelly <notifications@github.com>
- Date: Fri, 10 Aug 2018 07:39:52 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 10 August 2018 14:40:15 UTC
wanderview commented on this pull request. > @@ -1656,20 +1656,23 @@ spec: webappsec-referrer-policy; urlPrefix: https://w3c.github.io/webappsec-refe <pre class="idl"> [SecureContext, Exposed=(Window,Worker)] interface Cache { - [NewObject] Promise<any> match(RequestInfo request, optional CacheQueryOptions options); - [NewObject] Promise<FrozenArray<Response>> matchAll(optional RequestInfo request, optional CacheQueryOptions options); + [NewObject] Promise<any> match(RequestInfo request, optional MultiCacheQueryOptions options); Oh, I guess we always allowed `cacheName` at the webidl and would internally throw in those cases. I guess I find it confusing to have a separate dictionary name with a more restrictive set of options, but not use it here. -- 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/1341#discussion_r209281774
Received on Friday, 10 August 2018 14:40:15 UTC