Re: XHR responseArrayBuffer attribute: suggestion to replace "asBlob" with "responseType"

On 10/25/10 6:42 PM, Alexey Proskuryakov wrote:
> That may become more common when people start downloading arbitrary files, and storing them to disk with FileWriter. But even years ago, we've been getting performance bugs forcing us to ensure responseText didn't have to be copied for JavaScript access.

Sure, if people access it over and over.  That's fine; not copying it 
seems orthogonal to what's stored...

-Boris

Received on Monday, 25 October 2010 23:36:50 UTC