NodeurlURLSearchParams.prototype.getAllmethod URLSearchParams.prototype.getAll#URLSearchParams.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 ##name: stringReturn Type #string[]
method URLSearchParams.prototype.getAll#URLSearchParams.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 ##name: stringReturn Type #string[]