Kévin Tessier 04fab6ba46 install gulp | пре 6 година | |
---|---|---|
.. | ||
test | пре 6 година | |
.lint | пре 6 година | |
.npmignore | пре 6 година | |
.travis.yml | пре 6 година | |
CHANGES | пре 6 година | |
LICENSE | пре 6 година | |
README.md | пре 6 година | |
index.js | пре 6 година | |
package.json | пре 6 година |
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