In jQuery ajax function there is xhr option. Does someone know more details, usability or sample usage of this option?
In jQuery ajax function there is xhr option. Does someone know more details, usability
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In fact, someone does know.
The
xhroption allows you to define your own callback for creating the XMLHttpRequest object that will be used behind the scenes in theajax()call. In pretty much every single case, you shouldn’t need to specify this option.