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 -

php - Realurl generating unwanted language codes inside url -

c# - Json.Net Serialize String from URI -