2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-30 15:24:11 +03:00
Commit Graph

7 Commits

Author SHA1 Message Date
mzabriskie ace6a04671 Noting that jasmine-ajax 3.0.0 is needed 2015-02-17 09:55:11 -07:00
mzabriskie 0438dd3bac Updating karma 2015-02-17 01:11:39 -07:00
mzabriskie 59093a9c61 Adding tests for responseType arraybuffer 2015-02-02 21:12:08 -07:00
Jason Dobry 5bb39f3279 Initial interceptor implementation. 2014-12-06 00:14:28 -07:00
mzabriskie f406b092fc Fixing failing tests 2014-09-22 10:47:41 -06:00
Mathieu Bruyen 095a204c5b Allow ArrayBuffer and related views as data
In order to push binary data under the form of ArrayBuffer and
its related views (Int8Array, ...) one needs not to stringify
those.

For the XHR adapter there is nothing to do as it natively supports
ArrayBuffer in req.send().

Node's http adapter supports only string or Buffer thus a
transformation to Buffer is required before setting content length
header.
2014-09-18 09:17:46 +02:00
mzabriskie 1fa35ced3c Fixing issue #7 2014-09-16 11:51:29 -06:00