- From: snianu <notifications@github.com>
- Date: Fri, 12 Nov 2021 11:11:56 -0800
- To: w3c/clipboard-apis <clipboard-apis@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 12 November 2021 19:12:08 UTC
@snianu commented on this pull request. > - Promise<Blob> getType(DOMString type); - }; + A [=clipboard item=] is conceptually data that the user has expressed a desire to make shareable by invoking a "cut" or "copy" command. + For example, if a user copies a range of cells from a spreadsheet of a native application, it will result in one [=clipboard item=]. If a user copies a set of files from their desktop, that list of files will be represented by multiple [=clipboard item=]s. So, here I'm describing the conceptual `clipboard item` object's model. This is not relevant to web developers so not sure if this belongs to an Example section. -- 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_r748527071
Received on Friday, 12 November 2021 19:12:08 UTC