URLSearchParams
@API
JavaScript: URL Search Parameters
The URLSearchParams
interface and class is universally supported across most JavaScript and browser environments, and models query (GET
-method) parameters expressed within a URL.
URL search parameters are typically associated with, and made available from, URL instances.
Note that parameters can be specified multiple times in a URL; as a result, this structure behaves as MultiMapLike.
Mutability
For mutable URL search params, this interface is extended into MutableURLSearchParams.
Inheritors
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
TBD.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
TBD.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
TBD.