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

2012-04-28 Thread Jonas Sicking
On Fri, Apr 27, 2012 at 10:57 AM, Arun Ranganathan aranganat...@mozilla.com wrote: On Apr 27, 2012, at 1:28 AM, Anne van Kesteren wrote: On Fri, 27 Apr 2012 00:13:42 +0200, Arun Ranganathan aranganat...@mozilla.com wrote: The constructor will switch to use ArrayBufferView in lieu of

What about a new WebApps Developer's list? [Was: Re: CORS in Google App Engine]

2012-04-28 Thread Arthur Barstow
Hi Anne, WebApps, Bruce, Although I agree with Anne that the primary use of public-webapps is WebApps' specs and we should keep it that way, perhaps it would be useful if we had a separate list that Web application developers can use (f.e.x public-webapps-dev) for how to ... type questions re

Re: What about a new WebApps Developer's list? [Was: Re: CORS in Google App Engine]

2012-04-28 Thread Bruce Sherwood
For my own part, such a list would be useful. But really my inappropriate posting was simply due to misleading prose at enable-cors.org about where to ask questions about CORS, which sent me to public-webapps@w3.org. The person in charge of enable-cors.org has said he will change that prose to

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

2012-04-28 Thread Glenn Maynard
On Sat, Apr 28, 2012 at 3:45 AM, Jonas Sicking jo...@sicking.cc 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 ArrayBufferViews or DataViews into that as they see