root 3bf41bf355 update | hace 1 año | |
---|---|---|
.. | ||
test | hace 1 año | |
.lint | hace 1 año | |
.npmignore | hace 1 año | |
.travis.yml | hace 1 año | |
CHANGES | hace 1 año | |
LICENSE | hace 1 año | |
README.md | hace 1 año | |
index.js | hace 1 año | |
package.json | hace 1 año |
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