Web platform features explorer

Readable byte streams

Limited availability
Tags: api Groups: Streams

A ReadableStream constructed with { type: "bytes" } reads bytes from a stream without making extra copies, improving efficiency for streams of large chunks. Also known as BYOB or bring your own buffer.

Learning resources on MDN

Browser support (view on caniuse.com)

Baseline availability blocked since June 2022 by Safari (33 months)

Specifications