We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a5de7c commit e0058a7Copy full SHA for e0058a7
test/wpt/status/service-workers/cache-storage.status.json
@@ -22,7 +22,10 @@
22
"fail": [
23
"cors-exposed header should be stored correctly.",
24
"Cache.match ignores vary headers on opaque response.",
25
- "Cache.match blob should be sliceable"
+ "Cache.match blob should be sliceable",
26
+ "Cache.match with POST Request",
27
+ "Cache.match with a non-2xx Response",
28
+ "Cache.match with a network error Response"
29
],
30
"flaky": [
31
"Cache.match invoked multiple times for the same Request/Response"
0 commit comments