The continue
method is used to tell the cursor to move to the next result. The DOMCursor
's success or error is called with the DOMCursor
's result
updated accordingly.
Note: This feature is available in Web Workers.
Syntax
instanceOfDOMCursor.continue()
Specifications
Not currently part of any specification.
Browser compatibility
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|
Basic support | ? | 21.0 (21.0) | ? | ? | ? |
Available in workers | ? | 41.0 (41.0) | ? | ? | ? |
Feature | Android | Chrome for Android | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|---|
Basic support | ? | ? | 21.0 (21.0) | ? | ? | ? |
Available in workers | ? | ? | 41.0 (41.0) | ? | ? | ? |