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.
Hey! I'd like to asynchronously load
browser-solcon a webpage. Right now for non-IE browsers, the main handler is listening forDOMContentLoadedbefore it attachesBrowserSolctowindow(here). However, if this script tag is asynchronously loaded and arrives afterDOMContentLoadedit will never execute.I'll propose a PR for this change.