getAll method

JSArray<FormDataEntryValue> getAll(
  1. String name
)

The getAll() method of the FormData interface returns all the values associated with a given key from within a FormData object.

Implementation

external JSArray<FormDataEntryValue> getAll(String name);