Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alexwilson/promise-loaders
- Owner: alexwilson
- Created: 2016-06-02T07:26:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-01T15:59:03.000Z (almost 8 years ago)
- Last Synced: 2024-09-21T18:59:11.907Z (about 2 months ago)
- Topics: javascript, npm, promise, promise-script-loader, script-loader
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/promise-script-loader
- Size: 7.81 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.