Related to id:1980113
I was wondering if scripts could be loaded synchronously into the webclient, specifically I'm trying to include jQuery and now I have to manually check if it's loaded before I can do anything.
What I wonder is: How are scripts being loaded? Maybe I can point out a way to do it synchronously, or come up with some code that can be used to detect if it's been loaded (so you can make it synchronous yourself).
Ideally scripts should only load asynchronously if the "async" attribute is provided in the script tag.
ID:1981555
Nov 12 2015, 11:22 pm
|
|||||||
| |||||||
Dec 7 2015, 4:35 pm
|
|
Would it be feasible to provide an option to only include inline scripts after the external scripts (scripts with a 'src' attribute) have been loaded?
|