URLSearchParams.getAll()
Description
Retreives all values with a name.
Syntax
urlSearchParams.getAll(name)
Parameters
getAll(name)
name
The name of the values to query.
Return Value
An array of string values under the queried name.
Retreives all values with a name.
urlSearchParams.getAll(name)
getAll(name)
The name of the values to query.
An array of string values under the queried name.