script-load

0.1.0 • Public • Published

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.

Dependents (2)

Package Sidebar

Install

npm i script-load

Weekly Downloads

3

Version

0.1.0

License

MIT

Last publish

Collaborators

  • hughsk