Re: [whatwg] asynchronous JSON.parse

On Thu, Mar 7, 2013 at 9:29 AM, Rick Waldron <waldron.rick@gmail.com> wrote:

> The JSON object and its API are part of the ECMAScript language
> specification which is standardized by Ecma/TC39, not whatwg.
>

He's talking about an async interface to it, not the core parser.  It's a
higher level of abstraction than the core language, which doesn't know
anything about eg. DOM Events and doesn't typically define asynchronous
interfaces.  If an API like this was to be exposed (which I believe is
unnecessary), it would belong here or webapps, not at the language level.

-- 
Glenn Maynard

Received on Thursday, 7 March 2013 15:42:24 UTC