Click here to Skip to main content
15,898,036 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Can Anybody please tell that AJAX is cross browser compatible or not, thanks in advance


What I have tried:

I have searched many places but i couldn't get the correct answer.

I searched many places but i was getting answers like below:

No, it is supporting cross browser compatible. If the browsers supports native XMLHttpRequest JavaScript object, then this can be used.
from the link Is AJAX code cross browser compatible?[^] .. Anybody if you know answer then please write to me thanks in advance...
Posted
Updated 11-May-19 8:05am
Comments
Laiju k 17-Feb-18 0:25am    
https://www.quora.com/Is-AJAX-code-cross-browser-compatible
I think it is on latest browsers.

Take a look at Can I use... Support tables for HTML5, CSS3, etc[^] to see exactly which browsers support it.

(That was the first hit on googling "caniuse ajax")
 
Share this answer
 
No! But most browsers offer a native XMLHttpRequest JavaScript object, while another one (Internet Explorer) require you to get it as an ActiveX object. Once you have the object, you're out of the realm of browser differences.
 
Share this answer
 
Comments
Richard Deeming 14-May-19 12:42pm    
IE added the native XMLHttpRequest object in v7, back in 2006. Google dropped support for IE6 on most of their services in 2010. Microsoft finally stopped supporting IE6 on any system in January 2016.

So even when this question was posted last year, "No" was the wrong answer.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900