Re: TAG feedback on Web Audio

On Sat, Jul 27, 2013 at 9:22 AM, Noah Mendelsohn <nrm@arcanedomain.com> wrote:
> Again, I have no informed opinions on the specific merits, just suggesting a
> useful role the TAG might play to clarify for the many members of the
> community who are less expert on this than you are. Thank you.

I'm not sure we call out data races anywhere, it's something we just don't do.

I think what might be useful is to document agreed upon patterns
somewhere. Others I remember:

* New text formats use utf-8 (WebVTT).
* Line separators for text formats are \r, \n, \r\n.
* Existing formats in new contexts use utf-8 (see JSON in
XMLHttpRequest, HTML imports, workers).
* New fetching contexts use CORS by default.
* IO implies asynchronous API (synchronous in worker context is under debate).
* Asynchronous values use a promise.


-- 
http://annevankesteren.nl/

Received on Monday, 29 July 2013 23:05:42 UTC