cancelIdleCallback method
The window.cancelIdleCallback()
method cancels a callback
previously scheduled with window.requestIdleCallback
.
Implementation
external void cancelIdleCallback(int handle);
The window.cancelIdleCallback()
method cancels a callback
previously scheduled with window.requestIdleCallback
.
external void cancelIdleCallback(int handle);