searchParams property
URLSearchParams
get
searchParams
The searchParams read-only property of the
URL interface returns a URLSearchParams object allowing
access to the GET decoded query arguments contained in the URL.
Implementation
external URLSearchParams get searchParams;