[whatwg] URL: URLQuery

Boris Zbarsky bzbarsky at MIT.EDU
Fri Oct 12 18:01:44 PDT 2012


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




More information about the whatwg mailing list