promisify-fetch
The library is a wrapper for 'fetch' in promising way. It it commonly used for downloading files or get http content from the remote.
Usage
var fetch = ; fetch
API
This is a primising wrapper for 'fetch' package. more specific options, please refer to fetch
/** * fetch url content from remote * @param * @param * @return */
Inspired by fetch