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
When the user adds a file, if it's big it takes a long time to load.
We do some validation / manipulation on it which blocks the main thread, so that should be done in a webworker.
At the moment, CRA doesn't support webworkers, the next version does, so we'll hold off until then ?
The text was updated successfully, but these errors were encountered:
When the user adds a file, if it's big it takes a long time to load.
We do some validation / manipulation on it which blocks the main thread, so that should be done in a webworker.
At the moment, CRA doesn't support webworkers, the next version does, so we'll hold off until then ?
The text was updated successfully, but these errors were encountered: