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
Hey! I'd like to asynchronously load browser-solc on a webpage. Right now for non-IE browsers, the main handler is listening for DOMContentLoaded before it attaches BrowserSolc to window (here). However, if this script tag is asynchronously loaded and arrives after DOMContentLoaded it will never execute.
I'll propose a PR for this change.
The text was updated successfully, but these errors were encountered:
Hey! I'd like to asynchronously load
browser-solc
on a webpage. Right now for non-IE browsers, the main handler is listening forDOMContentLoaded
before it attachesBrowserSolc
towindow
(here). However, if this script tag is asynchronously loaded and arrives afterDOMContentLoaded
it will never execute.I'll propose a PR for this change.
The text was updated successfully, but these errors were encountered: