- From: Anne van Kesteren <notifications@github.com>
- Date: Fri, 03 Mar 2023 06:27:01 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 3 March 2023 14:27:13 UTC
@annevk commented on this pull request. > <ol> - <li><p>If <var>followingSignal</var> is [=AbortSignal/aborted=], then return. + <li><p>Let <var>resultSignal</var> be a <a for=/>new</a> object implementing + <var>signalInterface</var> using <var>realm</var> if given, otherwise using the default behavior + defined in Web IDL. FWIW, in general realm-of-creation is a giant mess across all web platform standards. We've had a few attempts at trying to clean that up, but none successful thus far. There's a Web IDL issue open on defining some kind of implicit realm that we could use in most cases, but it hasn't been worked on. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/1152#discussion_r1124529295 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/pull/1152/review/1323912511@github.com>
Received on Friday, 3 March 2023 14:27:13 UTC