sensordb2 e64a8defe5 3.17 | před 1 rokem | |
---|---|---|
.. | ||
.github | před 1 rokem | |
test | před 1 rokem | |
.editorconfig | před 1 rokem | |
.lint | před 1 rokem | |
CHANGELOG.md | před 1 rokem | |
CHANGES | před 1 rokem | |
LICENSE | před 1 rokem | |
README.md | před 1 rokem | |
index.js | před 1 rokem | |
package.json | před 1 rokem |
To be used in environment agnostic modules that need nextTick functionality.
process.nextTick
is usedqueueMicrotask
MutationObserver
is used as a fallbacksetImmediate
or setTimeout(fn, 0)
is used as fallback.null
In your project path:
$ npm install next-tick
To port it to Browser or any other (non CJS) environment, use your favorite CJS bundler. No favorite yet? Try: Browserify, Webmake or Webpack
$ npm test
To report a security vulnerability, please use the Tidelift security contact. Tidelift will coordinate the fix and disclosure.