[Bug 14773] Investigate if synchronous XHR in window context should not support new XHR responseTypes

https://www.w3.org/Bugs/Public/show_bug.cgi?id=14773

Anne <annevk@annevk.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #12 from Anne <annevk@annevk.nl> ---
Thank you Olli!

Since the anonymous flag is new I made open() throw for that. The only scenario
where you can still do sync requests is same-origin requests and cross-origin
requests where you have not set timeout/withCredentials/...

Apart from the new thing about the anonymous flag I think the specification
matches Gecko now.

https://github.com/whatwg/xhr/commit/ac6d9b636bd6d86a9752006e8c34160a215e6fe1
http://xhr.spec.whatwg.org/

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 11 October 2012 11:15:32 UTC