Skip to content

Commit

Permalink
Check signal aborted state rather than obsolete aborted flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
miketaylr authored and reillyeon committed Nov 12, 2021
1 parent a9b8d21 commit e76b7b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2101,9 +2101,9 @@ run the following steps:

1. If <code>|options|.{{AbortSignal|signal}}</code> is present, then perform
the following sub-steps:
1. If <code>|options|.{{AbortSignal|signal}}</code>'s [=AbortSignal/aborted
flag=] is set, then [=abort watchAdvertisements=] with `this` and
abort these steps.
1. If <code>|options|.{{AbortSignal|signal}}</code> is
[=AbortSignal/aborted], then [=abort watchAdvertisements=] with `this`
and abort these steps.
1. [=AbortSignal/add|Add the following abort steps=] to <code>
|options|.{{AbortSignal|signal}}</code>:
1. [=Abort watchAdvertisements=] with `this`.
Expand Down

0 comments on commit e76b7b2

Please sign in to comment.