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
Remove gap in page lifecycle check for setup listeners
We currently have a gap between the DOMContentLoaded event & readystate === 'complete' (which is after the load event), where this script could run and NOTHING happen.
0 commit comments