Skip to main content

getAll

method URLSearchParams.prototype.getAll
Jump to headingURLSearchParams.prototype.getAll(name: string): string[]

Returns the values of all name-value pairs whose name is name. If there are no such pairs, an empty array is returned.

Parameters Jump to heading

Jump to headingname: string

Return Type Jump to heading

string[]
Back to top