Skip to content

koding/getscript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

getscript

async js loader for browsers.

getscript('/example.js', function (err, res) {
  if (err) throw err; // throws URIError
  res.uri; // example.js
  res.event; // onload event
});

license

mit

About

async js loader for browsers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published