Yankun168 4c5a9060d2 4.19授权码之前存档 hace 1 año
..
.github 4c5a9060d2 4.19授权码之前存档 hace 1 año
LICENSE 4c5a9060d2 4.19授权码之前存档 hace 1 año
README.md 4c5a9060d2 4.19授权码之前存档 hace 1 año
package.json 4c5a9060d2 4.19授权码之前存档 hace 1 año
process-next-tick.js 4c5a9060d2 4.19授权码之前存档 hace 1 año
queue-microtask.js 4c5a9060d2 4.19授权码之前存档 hace 1 año
test.js 4c5a9060d2 4.19授权码之前存档 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