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)
1 Reply
Figured out a way to avoid this. The solution sucks a lot but it's better than nothing...