method URLSearchParams.getAll
Jump to headingURLSearchParams.getAll(name: string): string[]
Returns all the values associated with a given search parameter as an array.
searchParams.getAll('name');
Parameters Jump to heading
Jump to headingname: string
Return Type Jump to heading
string[]