summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/FileAPI/FileList.idl
blob: 3e13c79479c8938a550e2dea70fd02298976da3c (plain)
1
2
3
4
5
[Exposed=(Window,Worker), Serializable]
interface FileList {
  getter File? item(unsigned long index);
  readonly attribute unsigned long length;
};