* The clearTimeout method cancels an instantiated FastTimer previously * created by calling setFastTimeout. * * @param {FastTimer} timeout
(timeout)
| 2605 | setFastTimeout(callback, delay, arg) { |
| 2606 | return new FastTimer(callback, delay, arg); |
| 2607 | }, |
| 2608 | /** |
| 2609 | * The clearTimeout method cancels an instantiated FastTimer previously |
| 2610 | * created by calling setFastTimeout. |
| 2611 | * |
| 2612 | * @param {FastTimer} timeout |