Irina Glushko 2389e7160b HW1 done | hace 3 años | |
---|---|---|
.. | ||
test | hace 3 años | |
.lint | hace 3 años | |
.npmignore | hace 3 años | |
.travis.yml | hace 3 años | |
CHANGES | hace 3 años | |
LICENSE | hace 3 años | |
README.md | hace 3 años | |
index.js | hace 3 años | |
package.json | hace 3 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