get

open override fun get(key: JsString): JsString?(source)

The get() method of the URLSearchParams interface returns the first value associated to the given search parameter.

MDN Reference