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
I think this is a potential problem in AngleSharp (I am not sure yet if this is already noticed and fixed in the upcoming version -- I will check this). The evaluation takes place too early and is therefore performed with the src attribute, i.e., nothing will be downloaded and executed.
I'm trying to render some html page that contains the following script :
The resulting html is ok :
... <head><script src="dynamicload.js"></script></head> ...
But dynamicload.js does not seem to be loaded.
When I load directly the html
<script src="dynamicload.js"></script>
, everything works fine.Am I missing something ?
The text was updated successfully, but these errors were encountered: