root 3bf41bf355 update | 1 ano atrás | |
---|---|---|
.. | ||
test | 1 ano atrás | |
.lint | 1 ano atrás | |
.npmignore | 1 ano atrás | |
.travis.yml | 1 ano atrás | |
CHANGES | 1 ano atrás | |
LICENSE | 1 ano atrás | |
README.md | 1 ano atrás | |
index.js | 1 ano atrás | |
package.json | 1 ano atrás |
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