@seedalpha/xhr

1.3.10 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @seedalpha/xhr

Weekly Downloads

0

Version

1.3.10

License

©2014 Seedalpha

Unpacked Size

3.34 kB

Total Files

6

Last publish

Collaborators

  • tom.raggett.trcuk.com
  • ac_inc