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