BubblesB
Denoβ€’4y agoβ€’
1 reply
Bubbles

Rewind streams

So I'm using web streams (byob) for a project but in some cases I need to peek ahead.
Is it possible to do this with webstreams? I want to read a static amount of bytes and then rewind by n bytes (between 0 and 4)
Was this page helpful?