Re: [whatwg/fetch] Allow range header to be set by APIs (#560)

@guest271314 media fragments are an instruction to the media element, which then makes the appropriate fetches with the correct `Range` headers. It may be many fetches too, as it'll need to download metadata so it can translate the temporal ranges into byte ranges.

`fetch("/media#t=30,60")` only fetches, it doesn't perform media decoding, so it'd be a bit weird if this call made multiple requests, decoded parts of the media, and chopped the response up.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/560#issuecomment-312830021

Received on Tuesday, 4 July 2017 09:27:17 UTC