Re: [web-audio-api] decodeAudioData should accept a mime-type (#7)

> [Original comment](https://www.w3.org/Bugs/Public/show_bug.cgi?id=18510#3) by Philip Jägenstedt on W3C Bugzilla. Fri, 10 Aug 2012 08:10:06 GMT

Opera ignores Content-Type for <audio>/<video> and performs sniffing as per <http://mimesniff.spec.whatwg.org/>. We also ignore Content-Type for <track> and sniff for WebVTT using the parser spec. Some background in <http://www.w3.org/html/wg/wiki/ChangeProposals/NoVideoContentType>.

In short, interoperable sniffing is already specified and implemented in Opera, and I think that using a MIME type instead is strictly worse.

---
Reply to this email directly or view it on GitHub:
https://github.com/WebAudio/web-audio-api/issues/7#issuecomment-24244085

Received on Wednesday, 11 September 2013 14:29:50 UTC