URL.searchParams
The searchParams
readonly property of the
URL
interface returns a URLSearchParams
object allowing
access to the GET
decoded query arguments contained in the URL.
Value
A URLSearchParams
object.
The searchParams
readonly property of the
URL
interface returns a URLSearchParams
object allowing
access to the GET
decoded query arguments contained in the URL.
A URLSearchParams
object.