Re: [whatwg/streams] Adding generic seek or read/write-at-offset abilities to readable/writable streams (#1128)

FWIW there is a difference between streaming read, where you probably want aggressive readahead etc., and delimited random access read, where you probably don't and might even want discard-type behavior. So I feel like the solution here might need to be at a higher level, where a `File` can have a `read(offset, length)` that returns a `ReadableStream`.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/issues/1128#issuecomment-1072703377
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/streams/issues/1128/1072703377@github.com>

Received on Friday, 18 March 2022 18:48:28 UTC