Answer the question
In order to leave comments, you need to log in
Awesomium add js script before final page load?
Is it possible to add a js script to the opened page before it is finally loaded? So that when the element starts to be displayed on the form, it already has the code we want to add ? Or do something like this so that we first get the page, add code to it, and then display it on the form?
Answer the question
In order to leave comments, you need to log in
If a script loaded synchronously (without async and defer ) and located in the head section dynamically adds another synchronously loaded script to the same section, then everything written in the second script will be executed before all elements on the page are displayed.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question