[Bug 20148] URLQuery interface does not handle query parameter ordering

https://www.w3.org/Bugs/Public/show_bug.cgi?id=20148

--- Comment #3 from Glenn Maynard <glenn@zewt.org> ---
It's not defined in the spec yet (the interface is just a stub at the moment),
so I can only say what I expect it'll do, but I expect getAll would return an
array of the query portion of the URL, split on "&".  The first query parameter
would be url.query.getAll()[0].

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 29 November 2012 05:22:48 UTC