Re: [whatwg/xhr] Editorial: remove dependency on responsible document (PR #344)

@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