getAll method
The getAll()
method of the URLSearchParams
interface returns all the values associated with a given search parameter
as an array.
Implementation
external JSArray<JSString> getAll(String name);
The getAll()
method of the URLSearchParams
interface returns all the values associated with a given search parameter
as an array.
external JSArray<JSString> getAll(String name);