You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Regex script is done on main thread. But it makes entire script blocked on badly optimized regex script. Since web worker run on separated thread, processing CPU-intensive jobs(including regex script) on web workers could make a huge UX improvement.