inline-css
inline-css copied to clipboard
Blocks event loop for too long
Internal measurements have shown that this module can block node's internal event loop for about 200ms which is quite a long time.
Any chance you could break down internal async function blocks with setImmediate() or process.nextTick?