172
edits
(→WebIDL) |
(→WebIDL) |
||
Line 42: | Line 42: | ||
[NoInterfaceObject] | [NoInterfaceObject] | ||
interface DOMIterator { | interface DOMIterator { | ||
DOMRequest next(optional unsigned short n); // | DOMRequest next(optional unsigned short n); // request to refresh the window of objects with the next | ||
readonly 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 |
edits