this is a very quick and easy fix for major performance bottlenecks caused by the process until #1 is resolved, as it uses queueMicrotask instead of setTimeout
@gfodor please note, while this is a minor performance patch, it doesn't fix the underlying issue, and if any1 imports this module into their project, this polyfill wont be used!!!
this is a very quick and easy fix for major performance bottlenecks caused by the
process
until #1 is resolved, as it uses queueMicrotask instead of setTimeout