rabin ef108495d0 edit il y a 1 an
..
.github ef108495d0 edit il y a 1 an
LICENSE ef108495d0 edit il y a 1 an
README.md ef108495d0 edit il y a 1 an
package.json ef108495d0 edit il y a 1 an
process-next-tick.js ef108495d0 edit il y a 1 an
queue-microtask.js ef108495d0 edit il y a 1 an
test.js ef108495d0 edit il y a 1 an

README.md

queue-tick

Next tick shim that prefers process.nextTick over queueMicrotask for compat

npm install queue-tick

Usage

const queueTick = require('queue-tick')

// in Node it uses process.nextTick, in browsers it uses queueMicrotask
queueTick(() => console.log('laters'))

License

MIT