javascript - how to detect when the file get loaded with async attribute of script tag -


with reference mdn, async :- set boolean attribute indicate browser should, if possible, execute script asynchronously. has no effect on inline scripts (i.e., scripts don't have src attribute).

the issue facing that, want call method corresponding js file loaded using async. how detect whether fill loaded or not.


Comments

Popular posts from this blog

jOOQ update returning clause with Oracle -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -

java - BasicPathUsageException: Cannot join to attribute of basic type -