WebKit equivalent to Firefox's "moz-chunked-arraybuffer" xhr responseType WebKit equivalent to Firefox's "moz-chunked-arraybuffer" xhr responseType google-chrome google-chrome

WebKit equivalent to Firefox's "moz-chunked-arraybuffer" xhr responseType


Sorry to be the bearer of bad news, but to my knowledge there's not currently a webkit equivalent. Originally the chunked-arraybuffer response type arose from a concern similar to yours:

http://lists.w3.org/Archives/Public/public-webapps/2011JulSep/0924.html

Additionally, MDN lists the responseType as only available in Firefox:

https://developer.mozilla.org/en-US/docs/DOM/XMLHttpRequest


I think the solution to your issue is not having seen the full AudioContext object for html5.

http://www.html5rocks.com/en/tutorials/webaudio/intro/

You can decode audio data : decodeAudioData()You can play music via an AudioBuffer that can stream music to you via a web socket or just chunked http streaming.

When you want to play a song you just call the playSound()

So the real answer is use the AudioContext and you'll be golden