Specifically, I'm interested why the withCredentials property is missing. I'd like to detect the ability to do cross-domain ajax request (CORS) and the Firefox team suggests looking for withCredentials to detect this capability. This works in Chrome in normal mode, but not incognito. Anyone have any suggestions on what else I could look for to detect CORS capability in Chrome incognito?
> var xhr = new XMLHttpRequest()
undefined
> "withCredentials" in xhr
true
Adam
> --
> Chromium Developers mailing list: chromi...@chromium.org
> View archives, change email options, or unsubscribe:
> http://groups.google.com/a/chromium.org/group/chromium-dev
>