- From: mbrodesser <notifications@github.com>
- Date: Tue, 07 Dec 2021 03:39:41 -0800
- To: w3c/clipboard-apis <clipboard-apis@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 7 December 2021 11:39:54 UTC
@mbrodesser commented on this pull request. > - Promise<Blob> getType(DOMString type); - }; + <dt><code><var>clipboardItem</var>.<var>types</var></code> + <dd><p>Returns the list of <var>types</var> contained in the <var>clipboardItem</var> object. + + </dl> + + <h4 id="clipboard-item">Clipboard Item</h4> + + A [=clipboard item=] is conceptually data that the user has expressed a desire to make shareable by invoking a "cut" or "copy" command. This is only half the story. `clipboard item`s can also stem from "paste" operations or from websites creating them. It seems that information is relevant for web-developers, so shouldn't it be encapsulated in a `domintro` class for the IDL? -- 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#pullrequestreview-825159356
Received on Tuesday, 7 December 2021 11:39:54 UTC