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.