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 TypeMethodDescriptionint
setInterval
(Object function, double millis) setInterval.int
setTimeout
(Object function) setTimeout.int
setTimeout
(Object function, double millis) setTimeout.
-
Method Details
-
setTimeout
setTimeout.
-
setTimeout
setTimeout.
-
setInterval
setInterval.
-