- From: JP Sugarbroad <notifications@github.com>
- Date: Fri, 18 Mar 2022 11:48:16 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 18 March 2022 18:48:28 UTC
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