async js loader for browsers
npm install @koding/getscript
async js loader for browsers.
``jsgetscript('/example.js', function (err, res) { if (err) throw err; // throws URIError res.uri; // example.js res.event; // onload event});``
jsgetscript('/example.js', function (err, res) { if (err) throw err; // throws URIError res.uri; // example.js res.event; // onload event});
mit