John Hiesey
c1417c5dfa
2.6.2
v2.6.2
2017-01-16 02:00:08 -08: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
5ee30ad5cc
Fix timeout test failure
2017-01-16 00:35:53 -08:00
John Hiesey
9321e56abd
2.6.1
v2.6.1
2017-01-11 23:44:27 -08:00
John Hiesey
881e7c8f3d
Merge pull request #65 from jhiesey/csp-xhr-fix
...
Avoid xhr request to example.com if fetch is supported
2017-01-11 22:44:35 -08:00
Feross Aboukhadijeh
43761f2799
Avoid xhr request to example.com if fetch is supported
...
For: https://github.com/brave/browser-laptop/issues/5981
2017-01-10 22:17:09 -08:00
John Hiesey
70f8c7d0b7
2.6.0
v2.6.0
2017-01-06 01:58:52 -10:00
John Hiesey
f304ef13a2
bump builtin-status-codes version
2017-01-06 01:24:15 -10:00
John Hiesey
e8ef98b286
style consistency
2017-01-06 01:04:07 -10:00
John Hiesey
3af33f862f
Merge pull request #61 from dominictarr/master
...
if xhr.open throws, then no xhr is allowed
2017-01-06 03:00:46 -08:00
John Hiesey
138d6c1d29
Merge pull request #62 from rlisagor/master
...
Catching fetch `read()` errors
2017-01-06 02:57:53 -08:00
Roman Lisagor
f97dd885ea
Catching fetch read() errors
...
Errors that occur while reading from the ReadableStream that is returned as part of a `fetch` request were not handled. This change propagates these errors up to the `ClientRequest`.
2017-01-04 14:41:01 -08:00
John Hiesey
f9fb1c724c
Merge pull request #55 from node-influx/master
...
Support timeout option in http.request
2016-12-27 13:44:03 -08:00
Dominic Tarr
1b077bf249
if xhr.open throws, then no xhr is allowed
2016-12-09 21:04:31 +01:00
John Hiesey
e342cdbb10
Merge pull request #59 from mikeal/service-worker
...
Adding support for Service Workers.
2016-11-16 19:22:00 -08:00
Mikeal Rogers
0a04a09f68
Adding support for Service Workers.
2016-11-16 19:18:19 -08:00
John Hiesey
8c07b21b82
2.5.0
v2.5.0
2016-11-03 22:16:57 -07:00
John Hiesey
662b9626be
Merge pull request #58 from XiaoningLiu/master
...
Add payload for Microsoft Azure Storage MERGE method
2016-11-03 22:15:19 -07:00
Xiaoning Liu
abdc5573da
Add payload for Microsoft Azure Storage MERGE method
2016-11-04 11:35:18 +08:00
John Hiesey
525957277a
2.4.1
v2.4.1
2016-10-28 01:22:01 -07:00
John Hiesey
4e7103a5a9
Fix feature testing on IE
...
The previous commit broke IE<=9, since xhr doesn't work cross-domain.
When XDomainRequest is available, use the current page instead of
example.com
2016-10-27 20:03:14 -07:00
John Hiesey
34aa684789
Always use example.com for feature testing
...
Previously, there was some logic to use the page host
when possible, but it was problematic still (e.g. #53 ).
Just use example.com in all cases instead. Since the
request is never sent, this shouldn't cause extra
network traffic (except perhaps a dns lookup).
Fixes #53
2016-10-27 19:05:25 -07:00
John Hiesey
11ac890744
Merge pull request #56 from dandv/patch-1
...
Fix capitalization
2016-10-27 18:48:23 -07:00
John Hiesey
33587da68d
Merge pull request #54 from ecoslado/edge-silent-error
...
Replaces symbol iterator with foreach function
2016-10-27 18:46:09 -07:00
ecoslado
5cf0329683
Revert "Adding comments"
...
This reverts commit 0cc4549d4e .
2016-10-24 17:12:14 +02:00
ecoslado
0cc4549d4e
Adding comments
2016-10-19 10:23:34 +02:00
Dan Dascalescu
64e2d89062
Fix capitalization
2016-10-17 22:29:23 -07:00
Connor Peet
57d0ab245f
Support timeout option in http.request
2016-10-17 19:17:44 -07:00
ecoslado
4b9bbe04b2
Replaces symbol iterator with foreach function
2016-10-10 15:31:35 +02:00
John Hiesey
92500c71be
2.4.0
v2.4.0
2016-09-08 16:38:51 -07:00
John Hiesey
05c6f4394c
Merge pull request #52 from jhiesey/bump-test-node-ver
...
Bump travis node version
2016-09-08 15:57:23 -07:00
John Hiesey
9ed7614aed
Bump travis node version
...
Trying to debug tests that fail only on travis
2016-09-08 15:48:33 -07:00
John Hiesey
bad84ecb3a
Merge pull request #51 from alexjeffburke/allow-disabling-fetch
...
Allow using a mode to disable the use of fetch
2016-09-08 14:37:38 -07:00
John Hiesey
70b928bbb9
Fix arraybuffer for phantomjs
...
This should be an equivalent fix to #42
2016-09-08 14:35:22 -07:00
Alex J Burke
53bf1d38e2
Allow using a mode to disable the use of fetch and add a test for the case.
2016-09-01 07:48:38 +01:00
John Hiesey
ac250a9b04
Bump minimum iphone version
2016-07-27 21:34:08 -07:00
John Hiesey
83f7b7ef32
Bump zuul version
2016-07-27 21:33:37 -07:00
John Hiesey
f3df5d7ace
Bump iphone and android minimum tested versions
...
Sauce Labs no longer supports ios 6. Also correct
the floating point version format.
2016-07-27 18:33:37 -07:00
John Hiesey
345149d708
2.3.1
v2.3.1
2016-07-27 18:15:02 -07:00
John Hiesey
9c18855feb
Check for ReadableStream instead of ReadableByteStream
...
ReadableByteStream was removed from the spec and from
Chrome 51. Fixes #46
2016-07-27 14:24:51 -07:00
John Hiesey
ff601a9eff
2.3.0
v2.3.0
2016-04-28 00:58:52 -07:00
John Hiesey
e046049394
Merge pull request #41 from jhiesey/readable-stream
...
use readable-stream
2016-04-28 00:58:19 -07:00
Feross Aboukhadijeh
333b0437a9
sauce labs: fix edge version
2016-04-28 01:13:17 +02:00
Feross Aboukhadijeh
0552e1e4f5
use readable-stream
...
For a consistent version of the stream package.
Also, I believe this will help fix
https://github.com/feross/webtorrent/issues/771
2016-04-28 00:55:58 +02:00
John Hiesey
1fbfc4264a
Merge pull request #40 from jhiesey/response-url
...
Expose response url
2016-04-20 13:10:11 -07:00
John Hiesey
a0c6d49ba4
Expose response url
...
Fixes #39
2016-04-20 12:53:54 -07:00
John Hiesey
1d3fca03fa
Remove dead line
2016-04-20 01:24:31 -07:00
John Hiesey
5e25ed2f65
2.2.1
v2.2.1
2016-03-25 18:53:56 -07:00
John Hiesey
b339f4afa9
Fix microsoft edge versions for newer zuul
2016-03-24 03:09:09 -07:00
John Hiesey
4b1419cff7
2.2.0
v2.2.0
2016-03-01 15:25:22 -08:00