Kévin Tessier 04fab6ba46 install gulp | 6 gadi atpakaļ | |
---|---|---|
.. | ||
test | 6 gadi atpakaļ | |
.lint | 6 gadi atpakaļ | |
.npmignore | 6 gadi atpakaļ | |
.travis.yml | 6 gadi atpakaļ | |
CHANGES | 6 gadi atpakaļ | |
LICENSE | 6 gadi atpakaļ | |
README.md | 6 gadi atpakaļ | |
index.js | 6 gadi atpakaļ | |
package.json | 6 gadi atpakaļ |
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