我注意到某些浏览器似乎不支持 CORS 请求中的 withCredentials,至少在某些情况下是这样。具体来说,在 IE 10 中,尝试设置xhr.withCredentials = true
会导致:
SCRIPT5022: InvalidStateError
在 Safari 5(但不是 6)中,我得到
INVALID_STATE_ERR: DOM Exception 11: An attempt was made to use an object that is not, or is no longer, usable.
再次,以回应相同的声明。
这些是已知问题,还是我以某种方式设置了我的 XHR 错误?有哪些浏览器支持的列表withCredentials
吗?