Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #1022 #1105

Open
wants to merge 1 commit into
base: master
from
Open

Fix #1022 #1105

wants to merge 1 commit into from

Conversation

@zyphlar
Copy link

@zyphlar zyphlar commented Sep 1, 2018

Trying to fix #1022

Fix #1022
Trying to fix #1022
@jsf-clabot
Copy link

@jsf-clabot jsf-clabot commented Sep 1, 2018

CLA assistant check
All committers have signed the CLA.

@@ -160,7 +160,7 @@ $.ajax({
}
});
</code></pre>
<p>If the request is successful, the status code functions take the same parameters as the success callback; if it results in an error (including 3xx redirect), they take the same parameters as the <code>error</code> callback.</p>
<p>If the request is successful, the status code functions take the same parameters as the success callback; if it results in an error (including 3xx redirects to another domain), they take the same parameters as the <code>error</code> callback. (3xx redirects to the same domain are generally handled transparently.)</p>

This comment has been minimized.

@AurelioDeRosa

AurelioDeRosa May 5, 2019
Member

Can you be more explicit about what "generally" means here?

This comment has been minimized.

@dmethvin

dmethvin May 7, 2019
Member

"generally handled transparently" is vague, I agree. Perhaps "3xx redirects to the same domain are handled by the browser and not contrlled by jQuery."

@mgol
Copy link
Member

@mgol mgol commented Oct 4, 2019

@zyphlar Do you plan to finish the PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

5 participants
You can’t perform that action at this time.