getAll method

JSArray<JSString> getAll(
  1. String name
)

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);