1.0.4 • Published 7 years ago

core-image-xhr-c v1.0.4

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

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