has

open override fun has(key: JsString): Boolean(source)

The has() method of the URLSearchParams interface returns a boolean value that indicates whether the specified parameter is in the search parameters.

MDN Reference


fun has(key: String, value: String): Boolean(source)