Skip to main content
Module

x/netzo/deno.d.ts>URLSearchParams#getAll

SDK for Netzo, the open Web platform to unify IoT devices, applications and services.
Go to Latest
method URLSearchParams.prototype.getAll
import { URLSearchParams } from "https://deno.land/x/netzo@v0.1.10/deno.d.ts";

Returns all the values associated with a given search parameter as an array.

searchParams.getAll('name');

Parameters

name: string

Returns

string[]