compression icon indicating copy to clipboard operation
compression copied to clipboard

No way to get "byob" reader

Open olfek opened this issue 3 months ago • 1 comments

No way to get "byob" reader

new DecompressionStream("deflate").readable.getReader({ mode: "byob" });

Chrome (139.0.7258.155) on Windows gives error -

Cannot use a BYOB reader with a non-byte stream

Probably missing - https://developer.mozilla.org/docs/Web/API/ReadableStream/ReadableStream#type ?

olfek avatar Aug 31 '25 12:08 olfek