WPT
wpt / fetch / api / request / request-init-stream.any.worker.html
Spec: Fetch ↗
Runs: Chrome 154.0.8037.0 (wpt@98a70a0c5) | Firefox 157.0a1 (wpt@98a70a0c5) | Safari 251 preview (wpt@5ce815a83) | Ladybird 1.0-0cc87 (wpt@ae6982b12) | 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 | 23/23 | 10/23 | 17/23 | 23/23 | 20/23 | NOT RUN |
| Subtest | Chrome | Firefox | Safari | Ladybird | Servo | Blitz |
|---|---|---|---|---|---|---|
| Constructing a Request with a stream holds the original object. | PASS | FAIL | PASS | PASS | PASS | — |
| Constructing a Request with a stream on which getReader() is called | PASS | FAIL | PASS | PASS | PASS | — |
| Constructing a Request with a stream on which read() is called | PASS | FAIL | PASS | PASS | PASS | — |
| Constructing a Request with a stream on which read() and releaseLock() are called | PASS | FAIL | PASS | PASS | PASS | — |
| Constructing a Request with a Request on which body.getReader() is called | PASS | FAIL | PASS | PASS | FAIL | — |
| Constructing a Request with a Request on which body.getReader().read() is called | PASS | FAIL | PASS | PASS | FAIL | — |
| Constructing a Request with a Request on which read() and releaseLock() are called | PASS | FAIL | PASS | PASS | FAIL | — |
| It is OK to omit .duplex when the body is null. | PASS | PASS | PASS | PASS | PASS | — |
| It is OK to omit .duplex when the body is a string. | PASS | PASS | PASS | PASS | PASS | — |
| It is OK to omit .duplex when the body is a Uint8Array. | PASS | PASS | PASS | PASS | PASS | — |
| It is OK to omit .duplex when the body is a Blob. | PASS | PASS | PASS | PASS | PASS | — |
| It is error to omit .duplex when the body is a ReadableStream. | PASS | FAIL | FAIL | PASS | PASS | — |
| It is OK to set .duplex = 'half' when the body is null. | PASS | PASS | PASS | PASS | PASS | — |
| It is OK to set .duplex = 'half' when the body is a string. | PASS | PASS | PASS | PASS | PASS | — |
| It is OK to set .duplex = 'half' when the body is a Uint8Array. | PASS | PASS | PASS | PASS | PASS | — |
| It is OK to set .duplex = 'half' when the body is a Blob. | PASS | PASS | PASS | PASS | PASS | — |
| It is OK to set .duplex = 'half' when the body is a ReadableStream. | PASS | PASS | PASS | PASS | PASS | — |
| It is error to set .duplex = 'full' when the body is null. | PASS | FAIL | FAIL | PASS | PASS | — |
| It is error to set .duplex = 'full' when the body is a string. | PASS | FAIL | FAIL | PASS | PASS | — |
| It is error to set .duplex = 'full' when the body is a Uint8Array. | PASS | FAIL | FAIL | PASS | PASS | — |
| It is error to set .duplex = 'full' when the body is a Blob. | PASS | FAIL | FAIL | PASS | PASS | — |
| It is error to set .duplex = 'full' when the body is a ReadableStream. | PASS | FAIL | FAIL | PASS | PASS | — |
| It is OK to omit duplex when init.body is not given and input.body is given. | PASS | PASS | PASS | PASS | PASS | — |