WPT
wpt / fetch / api / response / response-consume.html
Spec: Fetch ↗
Runs: Chrome 155.0.8038.0 (wpt@05fffeacb, 2026-09-02) | Firefox 157.0a1 (wpt@7addae031, 2026-09-02) | Safari 251 preview (wpt@5ce815a83, 2026-08-27) | Ladybird 1.0-410b4 (wpt@ce41a9c47, 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 | 40/40 | 39/40 | 40/40 | 33/40 | 39/40 | NOT RUN |
| Subtest | Chrome | Firefox | Safari | Ladybird | Servo | Blitz |
|---|---|---|---|---|---|---|
| Consume response's body: from text to text | PASS | PASS | PASS | PASS | PASS | — |
| Consume response's body: from text to blob | PASS | PASS | PASS | PASS | PASS | — |
| Consume response's body: from text to arrayBuffer | PASS | PASS | PASS | PASS | PASS | — |
| Consume response's body: from text to json | PASS | PASS | PASS | PASS | PASS | — |
| Consume response's body: from text with correct multipart type to formData | PASS | PASS | PASS | FAIL | PASS | — |
| Consume response's body: from text with correct multipart type to formData with BOM | PASS | PASS | PASS | FAIL | PASS | — |
| Consume response's body: from text without correct multipart type to formData (error case) | PASS | PASS | PASS | PASS | PASS | — |
| Consume response's body: from text with correct urlencoded type to formData | PASS | PASS | PASS | PASS | PASS | — |
| Consume response's body: from text without correct urlencoded type to formData (error case) | PASS | PASS | PASS | PASS | PASS | — |
| Consume response's body: from blob to blob | PASS | PASS | PASS | PASS | PASS | — |
| Consume response's body: from blob to text | PASS | PASS | PASS | PASS | PASS | — |
| Consume response's body: from blob to arrayBuffer | PASS | PASS | PASS | PASS | PASS | — |
| Consume response's body: from blob to json | PASS | PASS | PASS | PASS | PASS | — |
| Consume response's body: from blob with correct multipart type to formData | PASS | PASS | PASS | FAIL | PASS | — |
| Consume response's body: from blob without correct multipart type to formData (error case) | PASS | PASS | PASS | PASS | PASS | — |
| Consume response's body: from blob with correct urlencoded type to formData | PASS | PASS | PASS | PASS | PASS | — |
| Consume response's body: from blob without correct urlencoded type to formData (error case) | PASS | PASS | PASS | PASS | PASS | — |
| Consume response's body: from FormData to formData | PASS | PASS | PASS | PASS | PASS | — |
| Consume response's body: from FormData without correct type to formData (error case) | PASS | PASS | PASS | PASS | PASS | — |
| Consume response's body: from FormData to blob | PASS | FAIL | PASS | FAIL | FAIL | — |
| Consume response's body: from FormData to text | PASS | PASS | PASS | PASS | PASS | — |
| Consume response's body: from FormData to arrayBuffer | PASS | PASS | PASS | PASS | PASS | — |
| Consume response's body: from URLSearchParams to formData | PASS | PASS | PASS | PASS | PASS | — |
| Consume response's body: from URLSearchParams without correct type to formData (error case) | PASS | PASS | PASS | PASS | PASS | — |
| Consume response's body: from URLSearchParams to blob | PASS | PASS | PASS | FAIL | PASS | — |
| Consume response's body: from URLSearchParams to text | PASS | PASS | PASS | PASS | PASS | — |
| Consume response's body: from URLSearchParams to arrayBuffer | PASS | PASS | PASS | PASS | PASS | — |
| Consume response's body: from stream to blob | PASS | PASS | PASS | PASS | PASS | — |
| Consume response's body: from stream to text | PASS | PASS | PASS | PASS | PASS | — |
| Consume response's body: from stream to arrayBuffer | PASS | PASS | PASS | PASS | PASS | — |
| Consume response's body: from stream to json | PASS | PASS | PASS | PASS | PASS | — |
| Consume response's body: from stream with correct multipart type to formData | PASS | PASS | PASS | FAIL | PASS | — |
| Consume response's body: from stream without correct multipart type to formData (error case) | PASS | PASS | PASS | PASS | PASS | — |
| Consume response's body: from stream with correct urlencoded type to formData | PASS | PASS | PASS | PASS | PASS | — |
| Consume response's body: from stream without correct urlencoded type to formData (error case) | PASS | PASS | PASS | PASS | PASS | — |
| Consume response's body: from fetch to blob | PASS | PASS | PASS | PASS | PASS | — |
| Consume response's body: from fetch to text | PASS | PASS | PASS | PASS | PASS | — |
| Consume response's body: from fetch to arrayBuffer | PASS | PASS | PASS | PASS | PASS | — |
| Consume response's body: from fetch without correct type to formData (error case) | PASS | PASS | PASS | PASS | PASS | — |
| Consume response's body: from multipart form data blob to formData | PASS | PASS | PASS | FAIL | PASS | — |