diff --git a/spec/service_worker/index.html b/spec/service_worker/index.html index a3d01ba9..8b84cb25 100644 --- a/spec/service_worker/index.html +++ b/spec/service_worker/index.html @@ -902,6 +902,8 @@
Cache
Each Cache
object is associated with a [[RequestToResponseMap]]. Multiple separate objects implementing the Cache
interface across service worker environments can all be associated with the same [[RequestToResponseMap]] simultaneously.
Caveat: Implementors should note that the interface defined in this section is subject to change according to the ongoing discussion.
+match(request, params)
FetchEvent
Each event using FetchEvent
interface has the following associated flag that is initially unset:
event.respondWith(r)
respondWith(r)
method must run these steps or their equivalent:
InvalidStateError
" exception.