Cettia JavaScript Client's browser support policy has been the same with the one of jQuery 1.x, and the one of jQuery Compat 3.0 was supposed to replace the one of jQuery 1.x. However, as jQuery team announces the death of jQuery Compat, now the browser support of jQuery 3.0 should be used so we don't need to support IE 6-8. (FYI, I thought it's a waste of time to try to support browsers where jQuery doesn't work)
The following fallback can be dropped:
Unfortunately, IE 9's XMLHttpRequest is not capable of cross origin operation so there will be no changes in transport factory.
Cettia JavaScript Client's browser support policy has been the same with the one of jQuery 1.x, and the one of jQuery Compat 3.0 was supposed to replace the one of jQuery 1.x. However, as jQuery team announces the death of jQuery Compat, now the browser support of jQuery 3.0 should be used so we don't need to support IE 6-8. (FYI, I thought it's a waste of time to try to support browsers where jQuery doesn't work)
The following fallback can be dropped:
util.createXMLHttpRequestforXMLHttpRequestutil.parseJSONandutil.stringifyJSONforJSONcreateHttpLongpollJsonpTransportforscript.onreadystatechangeheadfordocument.headutil.isArrayforArray.isArrayUnfortunately, IE 9's XMLHttpRequest is not capable of cross origin operation so there will be no changes in transport factory.