WPT
wpt / fetch / api / request / request-init-002.any.serviceworker.html
Spec: Fetch ↗
Runs: Chrome 154.0.8037.0 (wpt@98a70a0c5) | Firefox 157.0a1 (wpt@df77989ab) | Safari 251 preview (wpt@5ce815a83) | Ladybird 1.0-28104 (wpt@b1a7025f8) | Servo Servo 0.5 (wpt@2ccd2cbf8) | Blitz dc9e62f29 (wpt@a95401e4e)
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 | 0/8 | 0/8 | NOT RUN |
| Subtest | Chrome | Firefox | Safari | Ladybird | Servo | Blitz |
|---|---|---|---|---|---|---|
| Initialize Request with headers values | PASS | PASS | PASS | — | — | — |
| Initialize Request's body with "undefined", undefined | PASS | PASS | PASS | — | — | — |
| Initialize Request's body with "null", null | PASS | PASS | PASS | — | — | — |
| Initialize Request's body with "[object Blob]", application/octet-binary | PASS | PASS | PASS | — | — | — |
| Initialize Request's body with "[object FormData]", multipart/form-data | PASS | PASS | PASS | — | — | — |
| Initialize Request's body with "This is a USVString", text/plain;charset=UTF-8 | PASS | PASS | PASS | — | — | — |
| Initialize Request's body with "hi!", text/plain;charset=UTF-8 | PASS | PASS | PASS | — | — | — |
| Initialize Request's body with "name=value", application/x-www-form-urlencoded;charset=UTF-8 | PASS | PASS | PASS | — | — | — |