Returns the values of all name-value pairs whose name is name
. If there are no such pairs, an empty array is returned.
method
url.URLSearchParams.getAll
name: string
): string[];
method
Returns the values of all name-value pairs whose name is name
. If there are no such pairs, an empty array is returned.