WPT
wpt / fetch / api / request / request-cache-default.any.html
Spec: Fetch ↗
Runs: Chrome 155.0.8038.0 (wpt@7addae031, 2026-09-02) | Firefox 157.0a1 (wpt@7addae031, 2026-09-02) | Safari 251 preview (wpt@5ce815a83, 2026-08-27) | Ladybird 1.0-a7884 (wpt@b1a7025f8, 2026-09-02) | Servo Servo 0.6 (wpt@09159dcb3, 2026-09-02) | Blitz 188486089 (wpt@a95401e4e, 2026-09-02)
View on the Blitz WPT dashboard | Open test on wpt.live | wpt.fyi
| Chrome | Firefox | Safari | Ladybird | Servo | Blitz | |
|---|---|---|---|---|---|---|
| Total | 8/8 | 8/8 | 8/8 | 8/8 | 8/8 | NOT RUN |
| Subtest | Chrome | Firefox | Safari | Ladybird | Servo | Blitz |
|---|---|---|---|---|---|---|
| RequestCache "default" mode checks the cache for previously cached content and goes to the network for stale responses with Etag and stale response | PASS | PASS | PASS | PASS | PASS | — |
| RequestCache "default" mode checks the cache for previously cached content and goes to the network for stale responses with Last-Modified and stale response | PASS | PASS | PASS | PASS | PASS | — |
| 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 | PASS | PASS | PASS | PASS | PASS | — |
| 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 | PASS | PASS | PASS | PASS | PASS | — |
| Responses with the "Cache-Control: no-store" header are not stored in the cache with Etag and stale response | PASS | PASS | PASS | PASS | PASS | — |
| Responses with the "Cache-Control: no-store" header are not stored in the cache with Last-Modified and stale response | PASS | PASS | PASS | PASS | PASS | — |
| Responses with the "Cache-Control: no-store" header are not stored in the cache with Etag and fresh response | PASS | PASS | PASS | PASS | PASS | — |
| Responses with the "Cache-Control: no-store" header are not stored in the cache with Last-Modified and fresh response | PASS | PASS | PASS | PASS | PASS | — |