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

What if an http request supports byte range requests?
Would be kind of nice to be able to "resume" a broken request

1. makes a normal request, sees that it accepts range request
2. now it's able to advertise that it supports ranges so you can abort a request and make a new request whenever you make a new `seek()` call

or how about http2, would you be able to do some seeking with that?

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

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

Received on Friday, 18 March 2022 16:28:46 UTC