method URLSearchParams.prototype.getAllURLSearchParams.prototype.getAll(name: string): string[]DeprecatedReturns the values of all name-value pairs whose name is name. If there are no such pairs, an empty array is returned. Parametersname: stringReturn Typestring[]