With reference to MDN, async :- Set this Boolean attribute to indicate that the browser should, if possible, execute the script asynchronously. It has no effect on inline scripts (i.e., scripts that don't have the src attribute).
the issue i am facing is that, i want to call a method as soon as the corresponding js file loaded using async. How to detect whether the fill is loaded or not.