Maheshjayachandran / closure-library

Automatically exported from code.google.com/p/closure-library
0 stars 0 forks source link

support for withCredential request in xhrmanager #398

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

What steps will reproduce the problem?
Currently xhrmanager cannot send cross domain request withCredential like xhrio 
did. Since more browser are supporting (including latest IE), the feature is 
desirable. 

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
closure-library-20111110-r1376.zip

Please provide any additional information below.
I use the following hack and work fine.

Original issue reported on code.google.com by kyawt...@gmail.com on 3 Dec 2011 at 1:46

Attachments:

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Patched in https://codereview.appspot.com/12985043/

Original comment by etimm...@gmail.com on 15 Aug 2013 at 3:34