FormData: getAll() method
Note: This feature is available in Web Workers.
The getAll()
method of the FormData
interface returns all the values associated with a given key from within a FormData
object.
Syntax
js
getAll(name)
Parameters
name
-
A string representing the name of the key you want to retrieve.
Return value
An array of values whose key matches the specified name
. Otherwise, an empty list.
Examples
Specifications
Specification |
---|
XMLHttpRequest Standard # dom-formdata-getall |
Browser compatibility
BCD tables only load in the browser