WebAPI/LogAPI: Difference between revisions

Jump to navigation Jump to search
Line 42: Line 42:
[NoInterfaceObject]
[NoInterfaceObject]
interface DOMIterator {
interface DOMIterator {
   DOMRequest next(optional unsigned short n);  // returns the next window
   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  
172

edits

Navigation menu