Click here to download the Blitz Browser!

WPT

wpt / fetch / api / request / request-init-stream.any.sharedworker.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

ChromeFirefoxSafariLadybirdServoBlitz
Total23/2310/2317/2323/2320/23NOT RUN
SubtestChromeFirefoxSafariLadybirdServoBlitz
Constructing a Request with a stream holds the original object.PASSFAILPASSPASSPASS
Constructing a Request with a stream on which getReader() is calledPASSFAILPASSPASSPASS
Constructing a Request with a stream on which read() is calledPASSFAILPASSPASSPASS
Constructing a Request with a stream on which read() and releaseLock() are calledPASSFAILPASSPASSPASS
Constructing a Request with a Request on which body.getReader() is calledPASSFAILPASSPASSFAIL
Constructing a Request with a Request on which body.getReader().read() is calledPASSFAILPASSPASSFAIL
Constructing a Request with a Request on which read() and releaseLock() are calledPASSFAILPASSPASSFAIL
It is OK to omit .duplex when the body is null.PASSPASSPASSPASSPASS
It is OK to omit .duplex when the body is a string.PASSPASSPASSPASSPASS
It is OK to omit .duplex when the body is a Uint8Array.PASSPASSPASSPASSPASS
It is OK to omit .duplex when the body is a Blob.PASSPASSPASSPASSPASS
It is error to omit .duplex when the body is a ReadableStream.PASSFAILFAILPASSPASS
It is OK to set .duplex = 'half' when the body is null.PASSPASSPASSPASSPASS
It is OK to set .duplex = 'half' when the body is a string.PASSPASSPASSPASSPASS
It is OK to set .duplex = 'half' when the body is a Uint8Array.PASSPASSPASSPASSPASS
It is OK to set .duplex = 'half' when the body is a Blob.PASSPASSPASSPASSPASS
It is OK to set .duplex = 'half' when the body is a ReadableStream.PASSPASSPASSPASSPASS
It is error to set .duplex = 'full' when the body is null.PASSFAILFAILPASSPASS
It is error to set .duplex = 'full' when the body is a string.PASSFAILFAILPASSPASS
It is error to set .duplex = 'full' when the body is a Uint8Array.PASSFAILFAILPASSPASS
It is error to set .duplex = 'full' when the body is a Blob.PASSFAILFAILPASSPASS
It is error to set .duplex = 'full' when the body is a ReadableStream.PASSFAILFAILPASSPASS
It is OK to omit duplex when init.body is not given and input.body is given.PASSPASSPASSPASSPASS