mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-01 03:47:48 +02:00
6 lines
149 B
Plaintext
6 lines
149 B
Plaintext
[Exposed=(Window,Worker), Serializable]
|
|
interface FileList {
|
|
getter File? item(unsigned long index);
|
|
readonly attribute unsigned long length;
|
|
};
|