getAll method
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);
The getAll()
method of the FormData interface returns all the
values associated with a given key from within a FormData
object.
external JSArray<FormDataEntryValue> getAll(String name);