A string or File that represents a single value from a set of FormData key-value pairs.

This type is returned by the FormData.get() and FormData.getAll() methods. The FormData.get() method returns a single value while FormData.getAll() returns an array of FormDataEntryValue

注意, FormData.append() and FormData.set() methods allow passing a Blob value, which is converted to a File in the process.

元数据

  1. FormDataEntryValue
  2. XMLHttpRequest 相关页面
    1. FormData
    2. XMLHttpRequest
    3. XMLHttpRequestEventTarget
    4. XMLHttpRequestUpload