/fetch/api/request/request-cache-default.any.html| status | subtest | message |
|---|---|---|
| FAIL | RequestCache "default" mode checks the cache for previously cached content and goes to the network for stale responses with Etag and stale response | promise_test: Unhandled rejection with value: object "TypeError: Unsupported cache mode: default" |
| FAIL | RequestCache "default" mode checks the cache for previously cached content and goes to the network for stale responses with Last-Modified and stale response | promise_test: Unhandled rejection with value: object "TypeError: Unsupported cache mode: default" |
| FAIL | RequestCache "default" mode checks the cache for previously cached content and avoids going to the network if a fresh response exists with Etag and fresh response | promise_test: Unhandled rejection with value: object "TypeError: Unsupported cache mode: default" |
| FAIL | RequestCache "default" mode checks the cache for previously cached content and avoids going to the network if a fresh response exists with Last-Modified and fresh response | promise_test: Unhandled rejection with value: object "TypeError: Unsupported cache mode: default" |
| FAIL | Responses with the "Cache-Control: no-store" header are not stored in the cache with Etag and stale response | promise_test: Unhandled rejection with value: object "TypeError: Unsupported cache mode: default" |
| FAIL | Responses with the "Cache-Control: no-store" header are not stored in the cache with Last-Modified and stale response | promise_test: Unhandled rejection with value: object "TypeError: Unsupported cache mode: default" |
| FAIL | Responses with the "Cache-Control: no-store" header are not stored in the cache with Etag and fresh response | promise_test: Unhandled rejection with value: object "TypeError: Unsupported cache mode: default" |
| FAIL | Responses with the "Cache-Control: no-store" header are not stored in the cache with Last-Modified and fresh response | promise_test: Unhandled rejection with value: object "TypeError: Unsupported cache mode: default" |
bundle built 2026-07-16T07:16:48.063Z