The has() method of the FormData interface returns whether a FormData object contains a certain key.
has()
FormData
external bool has(String name);