Re: URLQuery / FormData

On Mon, Sep 9, 2013 at 1:30 PM, Anne van Kesteren <annevk@annevk.nl> wrote:
> * get(name) -- always returns an array, with ES6 destructering this
> should be fine

This seems like optimizing for the rare case.

> I'll leave out set() for now.

This also seems like optimizing for the rare case.

> Since it's a list I don't think item count should be called size, but
> rather length. However, maybe we don't need that for now either.

Leaving it out seems fine for now. I don't know of any particularly
important use cases for URLs that needs getting the size.

/ Jonas

Received on Monday, 9 September 2013 21:00:39 UTC