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
fix: handle race conditions accessing elements in DOM
Fixed the browser to not appear to be 'ready' to set the body before the
text is set. Otherwise, because the content is set asynchronously in a
browser, there is a race between setting the text and writing the body.
Also, check for the document not being null before accessing some of its
properties.
0 commit comments