diff --git a/features/broadcast-channel.yml b/features/broadcast-channel.yml index 2bbef3ae566..5d693b235a5 100644 --- a/features/broadcast-channel.yml +++ b/features/broadcast-channel.yml @@ -2,5 +2,6 @@ name: BroadcastChannel description: The `BroadcastChannel` API allows you to send messages between same-origin browsing contexts, such as between the same page loaded in multiple tabs. spec: https://html.spec.whatwg.org/multipage/web-messaging.html#broadcasting-to-other-browsing-contexts caniuse: broadcastchannel +group: messaging status: compute_from: api.BroadcastChannel.BroadcastChannel diff --git a/features/channel-messaging.yml b/features/channel-messaging.yml new file mode 100644 index 00000000000..2ac05556b0b --- /dev/null +++ b/features/channel-messaging.yml @@ -0,0 +1,16 @@ +name: Channel messaging +description: "Channel messaging communicates one-to-one between browsing contexts on the same origin, such as between `