ladybird/Userland/Libraries/LibWeb/Geometry/DOMRectList.idl

7 lines
159 B
Text
Raw Normal View History

[Exposed=Window]
interface DOMRectList {
getter DOMRect? item(unsigned long index);
readonly attribute unsigned long length;
iterable<DOMRect>;
};