Re: [whatwg/fetch] Split up media into video, audio and track (#437)

> What effect would it have on caches if <audio> and <video> have different Accept and the same URL is used in both elements?

The intent is not to enable serving video and audio off the same URL, but serving different video formats and different audio formats to supporting browsers. e.g. `Accept: video/mp4` 

I'm not sure how codecs would work with the accept header here, and not sure the use-case is valid unless browsers can also advertise supported codecs.

-- 
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/437#issuecomment-283298953

Received on Wednesday, 1 March 2017 10:15:50 UTC