- From: Boris Zbarsky <bzbarsky@MIT.EDU>
- Date: Tue, 25 Sep 2012 22:27:53 -0400
- To: Glenn Maynard <glenn@zewt.org>
- Cc: whatwg@lists.whatwg.org
On 9/25/12 10:13 PM, Glenn Maynard wrote: > The obvious use case is constructing a URI with a given query by > hand, right? > > If you already have the "a=1&b=2" string, you can just assign it to > .search and not use the prepared-query-parameters interface at all. I was thinking more like you have the arrays ["a", "b"] (hardcoded) and [1, 2] (provided by user). -Boris
Received on Wednesday, 26 September 2012 02:28:23 UTC