From 39a8339ee466bac68286d62a598095ba20a3f4f7 Mon Sep 17 00:00:00 2001 From: Rumyra Date: Mon, 8 Mar 2021 11:39:11 +0000 Subject: [PATCH] removing members --- files/en-us/web/api/clipboarditem/index.html | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/files/en-us/web/api/clipboarditem/index.html b/files/en-us/web/api/clipboarditem/index.html index 6e32f30defeb58e..0c86b27272088df 100644 --- a/files/en-us/web/api/clipboarditem/index.html +++ b/files/en-us/web/api/clipboarditem/index.html @@ -46,17 +46,8 @@

Properties

{{domxref("ClipboardItem.presentationStyle", "presentationStyle")}} {{ReadOnlyInline}}
Returns one of the following: "unspecified", "inline" or "attachment".
-
{{domxref("ClipboardItem.delayed", "delayed")}} {{ReadOnlyInline}}
-
Returns a boolean which if true indicates the ClipboardItem was created using the static createDelayed() method.
- -
{{domxref("ClipboardItem.lastModified", "lastModified")}} {{ReadOnlyInline}}
-
Returns an {{domxref("DOMTimeStamp")}} representing the time at which the ClipboardItem was last modified.
-
-

Note: Neither ClipboardItem.delayed nor ClipboardItem.lastModified have been implemented by any browsers at this time. Check the compatibility table for details.

-
-

Methods

This interface defines the following methods.

@@ -66,17 +57,6 @@

Methods

Returns a {{jsxref("Promise")}} that resolves with a {{domxref("Blob")}} of the requested {{Glossary("MIME type")}}, or an error if the MIME type is not found.
-

Static Methods

- -
-
{{domxref("ClipboardItem.createDelayed()")}}
-
Creates a new ClipboardItem object, with the {{Glossary("MIME type")}} as the key and {{domxref("Blob")}} as the value.
-
- -
-

Note: ClipboardItem.createDelayed() has not been implemented by any browsers at this time. Check the compatibility table for details.

-
-

Examples

Writing To Clipboard