Repository URL to install this package:
Version:
1.60.0 ▾
|
.. |
.travis.yml |
CHANGES |
LICENSE |
README.md |
index.js |
package.json |
To be used in environment agnostic modules that need nextTick functionality.
process.nextTick
is usedMutationObserver
setImmediate
or setTimeout(fn, 0)
is used as fallback.null
In your project path:
$ npm install next-tick
You can easily bundle next-tick
for browser with any CJS bundler, e.g. modules-webmake
$ npm test