This is a script loader which is useful for controlling the dynamic loading of scripts. It provides the following features: easy one-time dynamic loading of scripts returns a promise representing ...
When using scripts, there is the universal problem of managing the loading and handling of the scripts. It would be good if there was some kind of wrapper built in to handle this. I've written this ...