Re: [whatwg/dom] Add AbortSignal.any() (PR #1152)

@domenic approved this pull request.

Looks great!

>  
 <p class=note>The [=AbortSignal/abort algorithms=] enable APIs with complex
 requirements to react in a reasonable way to {{AbortController/abort()}}. For example, a given API's
 [=AbortSignal/abort reason=] might need to be propagated to a cross-thread environment, such as a
 service worker.
 
+<p>An {{AbortSignal}} object has a <dfn for="AbortSignal">composite</dfn> (a boolean), which is
+initially false.
+
+<p>An {{AbortSignal}} object has associated <dfn for=AbortSignal>source signals</dfn>, (a weak
+<a for=/>set</a> of {{AbortSignal}} objects that the object is dependent on for its
+[=AbortSignal/aborted=] state), which is initially empty.
+
+<p>An {{AbortSignal}} object has associated <dfn for=AbortSignal>dependent signals</dfn> (a weak
+<a for=/>set</a> of {{AbortSignal}} objects that are dependent on the obejct for their

```suggestion
<a for=/>set</a> of {{AbortSignal}} objects that are dependent on the object for their
```

> @@ -3469,6 +3540,7 @@ dictionary MutationObserverInit {
 <ul class=brief>
  <li>A <dfn for=MutationObserver id=concept-mo-callback>callback</dfn> set on creation.
  <li>A <dfn for=MutationObserver>node list</dfn> (a <a for=/>list</a> of weak references to
+

Probably this was added accidentally

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/1152#pullrequestreview-1370023791
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/dom/pull/1152/review/1370023791@github.com>

Received on Tuesday, 4 April 2023 01:16:05 UTC