1.3.10 • Published 4 years ago

@seedalpha/xhr v1.3.10

Weekly downloads
-
License
©2014 Seedalpha
Repository
github
Last release
4 years ago

xhr

Cross Browser xhr request

Changelog

1.3.0:

  • Remove options.credentials conditional before xhr is assigned Request obj

1.2.0:

  • Add XDomainRequest Conditionals for <IE10

1.1.0:

  • add ie, safari and firefox versions to zuul.yml

1.0.0:

  • Initial release

Installation

$ npm install seed-xhr --save

Usage

var xhr = require('seed-xhr');

xhr({
    method: 'GET',
    data: '',
    withCredientials: true
}, function(xhr, responseString) {});

Development

$ git clone git@github.com:seedalpha/xhr.git
$ cd xhr
$ npm install
$ npm test

Author

Vladimir Popov vlad@seedalpha.net

License

©2014 Seedalpha