Package org.loboevolution.js
Interface WindowOrWorkerGlobalScope
- All Known Subinterfaces:
Window,WindowProxy
- All Known Implementing Classes:
WindowImpl
public interface WindowOrWorkerGlobalScope
WindowOrWorkerGlobalScope interface.
-
Method Summary
Modifier and TypeMethodDescriptionintsetInterval(Object function, double millis) setInterval.intsetTimeout(Object function) setTimeout.intsetTimeout(Object function, double millis) setTimeout.
-
Method Details
-
setTimeout
setTimeout.
-
setTimeout
setTimeout.
-
setInterval
setInterval.
-