- From: Philip Jägenstedt <notifications@github.com>
- Date: Tue, 16 Jan 2018 21:33:54 +0000 (UTC)
- To: whatwg/xhr <xhr@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 16 January 2018 21:34:30 UTC
foolip commented on this pull request. > @@ -1021,6 +1022,13 @@ method must run these steps: <p>Otherwise, if the <a>synchronous flag</a> is set, run these substeps: <ol> + <li> + <p>If <a>context object</a>'s <a>relevant settings object</a> has a + <a>responsible document</a> and it is <em>not</em> + <a>allowed to use</a> the <a>Synchronous XMLHttpRequest</a> + feature, then run <a>handle response end-of-body</a> for a <a>network + error</a> and return. https://chromium.googlesource.com/chromium/src/+/40126a62123c1e8704b2f92a6ef54eb3e6ce52db/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp#695 now throws InvalidAccessError in `open()`, which I think makes sense, has this been resolved but the comment thread just left open? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/xhr/pull/177#discussion_r161892878
Received on Tuesday, 16 January 2018 21:34:30 UTC