We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d7be2b commit 168cc8cCopy full SHA for 168cc8c
docs/index.bs
@@ -1009,8 +1009,9 @@ spec: storage; urlPrefix: https://storage.spec.whatwg.org/
1009
event.waitUntil(
1010
// Open a cache of resources.
1011
caches.open("shell-v1").then(cache => {
1012
- // Begins the process of fetching them.
1013
- // The coast is only clear when all the resources are ready.
+ // Begins the process of fetching them. Succeeds only once all
+ // resources have been stored. Even just one failing resource
1014
+ // causes the entire operation to fail.
1015
return cache.addAll([
1016
"/app.html",
1017
"/assets/v1/base.css",
0 commit comments