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
the browser REPL cannot use document.write to load scripts after
page load as that would blow away the document.
However appending script element to document.body suffers from
race conditions due to asynchronous script loading when not
using document.write.
Add a load queue which enforces sequential load order.
0 commit comments