- From: snianu <notifications@github.com>
- Date: Tue, 12 Oct 2021 17:14:55 -0700
- To: w3c/clipboard-apis <clipboard-apis@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 13 October 2021 00:15:07 UTC
@snianu commented on this pull request. > + {options: "unspecified"}); + </code></pre> + </div> + + <dt><code><var>clipboardItem</var> . <a method for=ClipboardItem lt=getType()>getType</a>(<var>type</var>)</code> + <dd><p>Returns a [=Promise=] to the [=Blob=] corresponding to the <var>type</var>.</p> + + <dt><code><var>types</var> of <var>clipboardItem</var></code> + <dd><p>Returns the list of <var>types</var> contained in the <var>clipboardItem</var> object. + + </dl> + <p> + The {{ClipboardItem/constructor()}} step for <code>new ClipboardItem(<var>items</var>, <var>options</var>)</code> is to set [=this=]'s items to <var>items</var> and options to <var>options</var> + </p> + + <dfn>ClipboardItemDataType</dfn> Ack. Need discussion with other browser vendors as well since they have already shipped this API matching the current spec. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/clipboard-apis/pull/158#discussion_r727604538
Received on Wednesday, 13 October 2021 00:15:07 UTC