From e76b7b2624e4b7d644d3ddc1acb63475e9042663 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Fri, 12 Nov 2021 17:24:39 -0500 Subject: [PATCH] Check signal aborted state rather than obsolete aborted flag. See https://github.com/whatwg/dom/pull/1027 --- index.bs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.bs b/index.bs index 4b1d329..314146d 100644 --- a/index.bs +++ b/index.bs @@ -2101,9 +2101,9 @@ run the following steps: 1. If |options|.{{AbortSignal|signal}} is present, then perform the following sub-steps: - 1. If |options|.{{AbortSignal|signal}}'s [=AbortSignal/aborted - flag=] is set, then [=abort watchAdvertisements=] with `this` and - abort these steps. + 1. If |options|.{{AbortSignal|signal}} is + [=AbortSignal/aborted], then [=abort watchAdvertisements=] with `this` + and abort these steps. 1. [=AbortSignal/add|Add the following abort steps=] to |options|.{{AbortSignal|signal}}: 1. [=Abort watchAdvertisements=] with `this`.