globalsFormData()prototypeFormData.keys()Version: 3.33.2On this pageFormData.keys()The keys() method of the FormData interface returns an iterator allowing iteration through all keys contained in this object. The iterator yields the key for each value.Syntaxkeys()Return valueAn iterator.