0.0.2 • Published 6 years ago

turbojet v0.0.2

Weekly downloads
7
License
MIT
Repository
github
Last release
6 years ago

Turbojet JS

This library allows "script tags" to be attached to the page, which can be hot reloaded. Not in any clever way, just by re-running the script without reloading the page.

By default, no updates are run. To trigger an update, call updateScripts.

The implementation has no dependencies, but is incredibly naive and uses ES2015 features.