core-image-xhr

1.0.5 • Public • Published

core-image-xhr

a simple image ajax handler

Start

npm i core-image-xhr --save
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

Readme

Keywords

none

Package Sidebar

Install

npm i core-image-xhr

Weekly Downloads

601

Version

1.0.5

License

ISC

Unpacked Size

8.18 kB

Total Files

4

Last publish

Collaborators

  • jack_pu