172
edits
(→WebIDL) |
|||
Line 43: | Line 43: | ||
interface DOMIterator { | interface DOMIterator { | ||
DOMRequest next(optional unsigned short n); // returns the next window | DOMRequest next(optional unsigned short n); // returns the next window | ||
attribute boolean hasMore; | readonly attribute boolean hasMore; | ||
attribute unsigned long position; // points always to the element that will be the first returned by the window | attribute unsigned long position; // points always to the element that will be the first returned by the window | ||
readonly attribute unsigned long count; // total number of objects | readonly attribute unsigned long count; // total number of objects |
edits