- From: Domenic Denicola <notifications@github.com>
- Date: Thu, 10 Mar 2022 08:42:18 -0800
- To: whatwg/xhr <xhr@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 10 March 2022 16:42:31 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 Yeah, I guess when you're just doing checks, the current global object is a Window if and only if this's relevant settings object is a Window. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/xhr/pull/344#discussion_r823928795 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/xhr/pull/344/review/906131747@github.com>
Received on Thursday, 10 March 2022 16:42:31 UTC