diff options
author | Jo Franchetti <jofranchetti@gmail.com> | 2024-05-06 02:56:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-05 18:56:55 -0700 |
commit | a69b4646a02dc49a9222cd50c49d3e194f320ff2 (patch) | |
tree | 9a86aaba36d72341d0742b2dafc587ef10d7a14c /ext/broadcast_channel | |
parent | 397be1a22c4e1666bc496af01acb72de0403e695 (diff) |
docs: update categories to match new planned sitemap (#23677)
Updating categories for new sitemap as documented here:
https://lucid.app/lucidspark/744b0498-a133-494d-981c-76059dd18885/edit?view_items=jpvBwFdYlNdB&invitationId=inv_50c83415-2aa5-423f-b438-ea156695c08b
Diffstat (limited to 'ext/broadcast_channel')
-rw-r--r-- | ext/broadcast_channel/lib.deno_broadcast_channel.d.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/broadcast_channel/lib.deno_broadcast_channel.d.ts b/ext/broadcast_channel/lib.deno_broadcast_channel.d.ts index a3d74c07b..035d9e1ce 100644 --- a/ext/broadcast_channel/lib.deno_broadcast_channel.d.ts +++ b/ext/broadcast_channel/lib.deno_broadcast_channel.d.ts @@ -6,7 +6,7 @@ /// <reference lib="esnext" /> /** - * @category Broadcast Channel + * @category Messaging * @tags unstable */ declare interface BroadcastChannelEventMap { @@ -15,7 +15,7 @@ declare interface BroadcastChannelEventMap { } /** - * @category Broadcast Channel + * @category Messaging * @tags unstable */ declare interface BroadcastChannel extends EventTarget { @@ -58,7 +58,7 @@ declare interface BroadcastChannel extends EventTarget { } /** - * @category Broadcast Channel + * @category Messaging * @tags unstable */ declare var BroadcastChannel: { |