While we intend to keep this module as simple and stable as possible, we may need to add features or introduce breaking changes. This could happen at any time until we release this module as stable.Experimental module, use at your own risk
Feel free to provide user feedback, and open an issue or pull request if you have any suggestions.
This modules implements the commonly found in browsers:
Function | Description |
---|---|
setTimeout | sets a function to be run after a given timeout |
clearTimeout | clears a previously set timeout with setTimeout |
setInterval | sets a function to be run on a given interval |
clearInterval | clears a previously set interval with setInterval |