Re: BlobBuilder.append() should take ArrayBufferView in addition to ArrayBuffer

2012-04-29 Thread Glenn Maynard
On Sun, Apr 29, 2012 at 2:41 PM, Jonas Sicking wrote: > I don't know what you are using as basis for the "it's probably by far > the most common actual data type" statement. > Every multibyte string is an array of bytes. Compressed data is an arrays of bytes (or rather bitstreams, which are acc

Re: BlobBuilder.append() should take ArrayBufferView in addition to ArrayBuffer

2012-04-29 Thread Jonas Sicking
On Sat, Apr 28, 2012 at 7:54 AM, Glenn Maynard wrote: > On Sat, Apr 28, 2012 at 3:45 AM, Jonas Sicking wrote: >> >> We should not have readAsArryBufferView since there's a ton of >> different types of ArrayBufferViews. Instead we should just return an >> ArrayBuffer and let people construct Array

[Server-Sent Events] Network connection clarification

2012-04-29 Thread Neil Jenkins
In response to the request for comments on server-sent events, I believe the definition of when to fail a connection needs clarification and/or adjustment. Specifically, in Section 5 Processing Model, the line: "Any other HTTP response code not listed here, and any network error that prevents the