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
In the current version import/export blocks the main thread. Here is an attempt to do the conversion using web worker not blocking the main thread, But this can be further optimized by dividing optimally and assigning the dived task to webworker.