Eric Foster d5378345de connection between front end and database | hace 6 años | |
---|---|---|
.. | ||
test | hace 6 años | |
.lint | hace 6 años | |
.npmignore | hace 6 años | |
.travis.yml | hace 6 años | |
CHANGES | hace 6 años | |
LICENSE | hace 6 años | |
README.md | hace 6 años | |
index.js | hace 6 años | |
package.json | hace 6 años |
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