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

On Oct 28, 2010, at 9:41 PM, Boris Zbarsky wrote:

> On 10/29/10 12:15 AM, James Robinson wrote:
>> Are we talking about ArrayBuffer here or Blob?
> 
> The former.
> 
>> It's never acceptable to block javascript on a synchronous disk access
> 
> Why?
> 
> Other questions to consider:
> 
> 1)  Why is it ok to block it on a synchronous disk access due to being paged in but not to block on a synchronous disk access due to reading a file descriptor?  Or is the former not acceptable too?

These days, not every end-user system can be assumed to have paging.

Regards,
Maciej

Received on Friday, 29 October 2010 05:13:27 UTC