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
The current parsing implementation blocks the main thread on the web, causing the UI to freeze during file processing. Should use native JS book file parsing libraries, which can run on the Web Workers, via JS interop from Dart.