javascript - Cross-browser, synchronous, dynamic loading of script -


I need a way to synchronously load a JS file

I thought that requesting a script for XHR (which is the CDN dojo in this case) but I go to the point of cross domain basic policy. Any suggestions would be very big thanks!

I suggested that you try another approach rather than being loaded with synchronous. Most, if not all, the scripts loading the scripts load asynchronous due to the nature of how they load them (dynamic script tags).

I recommend that you use module loaders like

Comments