From e2bd4ff374cee9ba79617bc7c4ec037ed659382a Mon Sep 17 00:00:00 2001 From: Onkar Ruikar <87750369+OnkarRuikar@users.noreply.github.com> Date: Mon, 3 Jun 2024 09:51:26 +0530 Subject: [PATCH] Synchronize with BCD v5.5.31 (#33875) Co-authored-by: OnkarRuikar --- files/en-us/web/api/clipboarditem/index.md | 2 +- files/en-us/web/api/clipboarditem/supports_static/index.md | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/files/en-us/web/api/clipboarditem/index.md b/files/en-us/web/api/clipboarditem/index.md index 2479cb75f378a35..b946316a768a64b 100644 --- a/files/en-us/web/api/clipboarditem/index.md +++ b/files/en-us/web/api/clipboarditem/index.md @@ -31,7 +31,7 @@ _This interface provides the following properties._ _This interface defines the following methods._ -- {{domxref("ClipboardItem.supports_static", "ClipboardItem.supports()")}} {{experimental_inline}} +- {{domxref("ClipboardItem.supports_static", "ClipboardItem.supports()")}} - : Checks whether a given {{Glossary("MIME type")}} is supported by the clipboard. This enables a website to detect whether a MIME type is supported by the clipboard before attempting to write data. ## Instance methods diff --git a/files/en-us/web/api/clipboarditem/supports_static/index.md b/files/en-us/web/api/clipboarditem/supports_static/index.md index 4414d3173d799c6..c11ee175c2027b5 100644 --- a/files/en-us/web/api/clipboarditem/supports_static/index.md +++ b/files/en-us/web/api/clipboarditem/supports_static/index.md @@ -3,12 +3,10 @@ title: "ClipboardItem: supports() static method" short-title: supports() slug: Web/API/ClipboardItem/supports_static page-type: web-api-static-method -status: - - experimental browser-compat: api.ClipboardItem.supports_static --- -{{APIRef("Clipboard API")}} {{securecontext_header}}{{SeeCompatTable}} +{{APIRef("Clipboard API")}} {{securecontext_header}} The **`supports()`** static method of the {{domxref("ClipboardItem")}} interface returns `true` if the given {{Glossary("MIME type")}} is supported by the clipboard, and `false` otherwise.