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 interface/jsdom loads a headless browser redundantly on all threads (main, loader) for rendering on commands and tests.
both should instead delegate to the currently idle interface/browser thread.
currently interface/jsdom loads a headless browser redundantly on all threads (main, loader) for rendering on commands and tests.
both should instead delegate to the currently idle interface/browser thread.