- From: Domenic Denicola <notifications@github.com>
- Date: Thu, 10 Mar 2022 08:36:03 -0800
- To: whatwg/xhr <xhr@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 10 March 2022 16:36:15 UTC
@domenic commented on this pull request. > @@ -424,10 +424,9 @@ and method steps are: <ol> - <li><p>Let <var>settingsObject</var> be <a>this</a>'s <a>relevant settings object</a>. - - <li><p>If <var>settingsObject</var> has a <a>responsible document</a> and it is <em>not</em> - <a>fully active</a>, then <a>throw</a> an "{{InvalidStateError!!exception}}" {{DOMException}}. + <li><p>If the <a>current global object</a> is a {{Window}} object and its If you want to translate the previous text precisely, you need to check this's relevant global object. They can be different if doing `otherWindow.XMLHttpRequest.prototype.open.call(thisWindowXHR)` -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/xhr/pull/344#pullrequestreview-906117624 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/xhr/pull/344/review/906117624@github.com>
Received on Thursday, 10 March 2022 16:36:15 UTC