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
Sometimes the browser tab (using Chrome) will be in the background, and it seems that it's being throttled. This is a known issue with Chromium, but first tab, that is about:blank shouldn't be the one focused.
It seems that both page.evaluate and page.on('response') freeze / stop calling the event listener when this happens
Might be a racing condition between loading and focusing the tab
The text was updated successfully, but these errors were encountered:
Sometimes the browser tab (using Chrome) will be in the background, and it seems that it's being throttled. This is a known issue with Chromium, but first tab, that is
about:blank
shouldn't be the one focused.It seems that both
page.evaluate
andpage.on('response')
freeze / stop calling the event listener when this happensMight be a racing condition between loading and focusing the tab
The text was updated successfully, but these errors were encountered: