Definition
File API defines FileList
[Exposed=(Window,Worker), Serializable]
interface FileList {
  getter File? item(unsigned long index);
  readonly attribute unsigned long length;
};
  
  
Methods and attributes that return objects implementing FileList
  
Referring IDL interfaces/dictionaries
Referring specifications
- HTML Standard refers to 
FileList