root 3bf41bf355 update hace 1 año
..
.github 3bf41bf355 update hace 1 año
LICENSE 3bf41bf355 update hace 1 año
README.md 3bf41bf355 update hace 1 año
package.json 3bf41bf355 update hace 1 año
process-next-tick.js 3bf41bf355 update hace 1 año
queue-microtask.js 3bf41bf355 update hace 1 año
test.js 3bf41bf355 update hace 1 año

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