]> source.dussan.org Git - jquery.git/commit
Ajax: Use the native XHR for all non-local requests in IE9+
authorMichał Gołębiowski <m.goleb@gmail.com>
Mon, 30 Mar 2015 18:00:38 +0000 (20:00 +0200)
committerMichał Gołębiowski <m.goleb@gmail.com>
Mon, 18 May 2015 20:26:00 +0000 (22:26 +0200)
commit61f812b7e7b88dd6e0078c241e4c88905ea51562
treefeecff2c00dcdd227b34dcc07e12a5de733f8121
parent3699ef463224a08233f9c37c6c7ad8235eb9a758
Ajax: Use the native XHR for all non-local requests in IE9+

IE throws an error on cross-domain PATCH requests if issued via the ActiveX
interface. This commit switches the logic to use the native XHR in all
non-local requests.

Fixes gh-1684
Closes gh-2183
src/ajax/xhr.js
test/integration/gh-1684-ajax.html [new file with mode: 0644]
test/unit/ajax.js