Commit Graph

19 Commits

Author SHA1 Message Date
John Hiesey 80ef3ca4ed Improve test reliability and bump deps 2021-04-13 22:29:31 -07:00
John Hiesey 0887fcf0b4 Major cleanup to remove IE10 and earlier support 2018-09-24 14:09:42 -07:00
John Hiesey e875fc72b0 Switch from zuul to airtap for tests 2018-02-21 22:22:04 -08:00
John Hiesey 46923f37d9 Fix Android tests
Not sure how this ever worked. This seems to have been broken for quite a while.
2017-05-08 17:31:38 -07:00
John Hiesey e54de15542 Handle arrays in request headers and improve header handling
Passing an array as a header value now works as in node.
Header handling with multiple values for the same header is also
tested, and mime type test updated for safari 10.1

Fixes #73
2017-04-03 22:25:57 -07:00
John Hiesey 8df10e0d65 Avoid passing undefined to xhr.send()
Provides a more elegant fix to #67
2017-01-16 01:57:32 -08:00
John Hiesey 2152af414a Remove implementations of ES5 functions not provided in ie8
From now on, IE8 is only supported if polyfills for `Object.keys`,
`Array.prototype.forEach`, and `Array.prototype.indexOf` are
provided. The suggested polyfills from MDN are provided in
ie8-polyfill.js, or you can use https://github.com/es-shims/es5-shim
for a more complete set of polyfills.
2015-09-15 16:54:17 -07:00
Cesar Andreu 588e5874f3 Add test for cookie behavior 2015-07-19 17:50:30 -07:00
John Hiesey cc4bdfb0e4 Remove extraneous logs in test server 2015-07-12 18:27:12 -07:00
John Hiesey fa5eb897ad Disable cache for testing server 2015-07-12 18:20:38 -07:00
John Hiesey a477858cc2 Test server cleanup 2015-07-12 15:19:15 -07:00
John Hiesey f0b2220359 Clean up polyfill 2015-07-07 21:36:10 -07:00
John Hiesey 4232780821 Add POST tests and fix test failures 2015-07-07 16:35:16 -07:00
John Hiesey 98a3dadbdf Fix basic auth support and add test 2015-07-07 14:35:15 -07:00
John Hiesey 90d812ad44 Lots of fixes plus headers test 2015-07-07 12:52:38 -07:00
John Hiesey 9a3a02363b Test streaming 2015-07-02 21:23:43 -07:00
John Hiesey db953820d0 Fix arraybuffer mode 2015-07-02 18:18:43 -07:00
John Hiesey ca29b49a8a Use only features supported in ie8 2015-07-02 16:11:33 -07:00
John Hiesey d5fd14e59b All browsers passing basic test
However, IE8 still needs a polyfill that should be eliminated
2015-07-02 00:13:15 -07:00