Marlon Nardi Posted April 10, 2015 Posted April 10, 2015 Good morning Farshad,I wonder how do I use the async tag for loading the javascript.Today my applications use many external javascript (not UniGui) and the page is not displayed while all javascript is loaded.Today I use this:Â Self.CustomFiles.Add ('my.js'); or UniAddJsLibrary ('/my.js' True, [upoFolderJS, upoPlatformBoth]); One solution to this would be to use the async example tag: <script async src="my.js"> https://developers.google.com/speed/docs/insights/BlockingJS Â how I do it in UniGui? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.