Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexwilson/promise-loaders

Simple promise-based script loader
https://github.com/alexwilson/promise-loaders

javascript npm promise promise-script-loader script-loader

Last synced: 25 days ago
JSON representation

Simple promise-based script loader

Awesome Lists containing this project

README

        

# promise-script-loader #
## Simple promise-based loaders. ##

## Installation ##

### npm ###
`$ npm install --save promise-script-loader`
`$ npm install --save promise-image-loader`

## Polyfilling ##
This depends on Promises, which are not supported by older browsers. To get around this, I recommend using [Polyfill.io](https://polyfill.io/v2/docs/features/#Promise) which will target only the browsers that need polyfilling.