Closed feross closed 3 years ago
The queueMicrotask package works in any environment that supports Promise. I kept process.nextTick for IE11. It will increase the bundle size in other environments but that's okay until/if this package drops IE11 support.
Promise
process.nextTick
Seems to cause a syntax error on old browsers. We'll need to rethink this a bit.
The queueMicrotask package works in any environment that supports
Promise
. I keptprocess.nextTick
for IE11. It will increase the bundle size in other environments but that's okay until/if this package drops IE11 support.