Looking for a solution to dynamically load a JS file synchronously.
I considered using an XHR request for the script (specifically CDN dojo), however, I encountered the cross domain origin policy issue. Any advice or suggestions would be greatly appreciated. Thank you!