Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vanthink-ued/core-image-xhr

a simple xhr handler
https://github.com/vanthink-ued/core-image-xhr

Last synced: 6 days ago
JSON representation

a simple xhr handler

Awesome Lists containing this project

README

        

### core-image-xhr

a simple image ajax handler

### Start

``` bash
npm i core-image-xhr --save
```

``` js
import xhr from 'core-image-xhr';

xhr(method, url, header, data, successCallback, errorCallback);
```

+ method 'POST' or 'GET'

+ url

+ header Object

+ data Object

+ successCallback function

+ errorCallback function