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 loading a large HTML file the app can become unresponsive because the parsing is performed on the main thread. We should do this in the background.