URLSearchParams

constructor(init: ReadonlyRecord<JsString, JsString>)(source)
constructor(init: String)(source)
constructor(init: URLSearchParams)(source)
constructor(init: ReadonlyArray<Tuple2<JsString, JsString>> = definedExternally)(source)