mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
No ticket: Update support comment to match convention
This commit is contained in:
parent
d5b7139abc
commit
19c1b6109a
@ -93,8 +93,8 @@ jQuery.ajaxTransport(function( options ) {
|
|||||||
xhrSuccessStatus[ xhr.status ] || xhr.status,
|
xhrSuccessStatus[ xhr.status ] || xhr.status,
|
||||||
xhr.statusText,
|
xhr.statusText,
|
||||||
// Support: IE9
|
// Support: IE9
|
||||||
// #11426: When requesting binary data, IE9 will throw an exception
|
// Accessing binary-data responseText throws an exception
|
||||||
// on any attempt to access responseText
|
// (#11426)
|
||||||
typeof xhr.responseText === "string" ? {
|
typeof xhr.responseText === "string" ? {
|
||||||
text: xhr.responseText
|
text: xhr.responseText
|
||||||
} : undefined,
|
} : undefined,
|
||||||
|
Loading…
Reference in New Issue
Block a user