Click here to download the Blitz Browser!

WPT

wpt / fetch / api / request / request-init-stream.any.serviceworker.html

Spec: Fetch ↗

Runs: Chrome 155.0.8039.0 (wpt@0ea9f2aac, 2026-09-03) | Firefox 157.0a1 (wpt@0ea9f2aac, 2026-09-03) | Safari 251 preview (wpt@5ce815a83, 2026-08-27) | Ladybird 1.0-a9df8 (wpt@9b4cabf6d, 2026-09-03) | Servo Servo 0.6 (wpt@7e3d005d7, 2026-09-03) | Blitz 188486089 (wpt@a95401e4e, 2026-09-02)

View on the Blitz WPT dashboard | Open test on wpt.live | wpt.fyi

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