0.1.0 • Published 11 years ago

script-load v0.1.0

Weekly downloads
23
License
MIT
Repository
github
Last release
11 years ago

script-load experimental

browser support

Given a URL, asynchronously load a script in the browser.

Usage

script-load

require('script-load')(url[, callback])

Loads and runs url, calling callback(err, script) when complete: err is an error if something went wrong, and script is the script element created that has been loaded onto the page.

License

MIT. See LICENSE.md for details.