summaryrefslogtreecommitdiffstats
path: root/contrib/dom/idl/NodeList.idl
blob: cef2f90ca3b85e0adea77f4fd61754c6e7418fb5 (plain)
1
2
3
4
5
6
[
	CustomIndexedGetter
] interface NodeList {
  Node               item(in unsigned long index);
  readonly attribute unsigned long    length;
};