Skip to content

Commit 2ec60cc

Browse files
authored
Refer to AbortController and BroadcastChannel as APIs (#828)
This is more in line with #810, although the discussion continues: #822
1 parent 83484a2 commit 2ec60cc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

feature-group-definitions/aborting.dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Do not edit this file by hand. Edit the source file instead!
33

44
name: AbortController and AbortSignal
5-
description: The `AbortController` and `AbortSignal` interfaces allow you to cancel an ongoing operation, such as a `fetch()` request.
5+
description: The `AbortController` and `AbortSignal` APIs allow you to cancel an ongoing operation, such as a `fetch()` request.
66
spec: https://dom.spec.whatwg.org/#aborting-ongoing-activities
77
caniuse: abortcontroller
88
status:

feature-group-definitions/aborting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: AbortController and AbortSignal
2-
description: The `AbortController` and `AbortSignal` interfaces allow you to cancel an ongoing operation, such as a `fetch()` request.
2+
description: The `AbortController` and `AbortSignal` APIs allow you to cancel an ongoing operation, such as a `fetch()` request.
33
spec: https://dom.spec.whatwg.org/#aborting-ongoing-activities
44
caniuse: abortcontroller
55
compat_features:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: BroadcastChannel
2-
description: The `BroadcastChannel` interface allows you to send messages between same-origin browsing contexts, such as between the same page loaded in multiple tabs.
2+
description: The `BroadcastChannel` API allows you to send messages between same-origin browsing contexts, such as between the same page loaded in multiple tabs.
33
spec: https://html.spec.whatwg.org/multipage/web-messaging.html#broadcasting-to-other-browsing-contexts
44
caniuse: broadcastchannel
55
usage_stats: https://chromestatus.com/metrics/feature/timeline/popularity/1447

0 commit comments

Comments
 (0)