url: extend URLSearchParams constructor (whatwg #175)
Refs: whatwg/url#175
Proposes the ability to construct URLSearchParam instances using object and Iterable in addition to string. It is not yet clear if this will be added to the spec, but if it is, we will need to update the implementation.