[Bug 25800] New: Impossible to create Sync XHR request with withCredentials = true

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

            Bug ID: 25800
           Summary: Impossible to create Sync XHR request with
                    withCredentials  = true
           Product: WebAppsWG
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: major
          Priority: P2
         Component: XHR
          Assignee: annevk@annevk.nl
          Reporter: narendra@narendrasisodiya.com
        QA Contact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, public-webapps@w3.org

https://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-withcredentials-attribute

This spec says 
When set: throws an "InvalidAccessError" exception if the synchronous flag is
set and we want to set withCredentials attribute.

That means, It is impossible to create Cross-Domain Synchronoue XHR requests
when we want to set withcredentials = true.

Please remove this condition as this is not needed.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Monday, 19 May 2014 09:01:31 UTC