Re: [whatwg] URL: URLQuery

On 10/12/12 6:02 PM, Glenn Maynard wrote:
> We're throwing away a ton if we suddenly decide not to take advantage of
> JavaScript's native syntax for dictionary-like object access.

As you might have noticed, JS started adding things like Map in part 
because the native dictionary-like access has one significant problem: 
it looks up the prototype chain.

Unless the suggestion is that Object.getPrototypeOf(query.values) === null?

-Boris

Received on Saturday, 13 October 2012 01:02:14 UTC