- From: snianu <notifications@github.com>
- Date: Fri, 21 Jan 2022 17:57:23 -0800
- To: w3c/clipboard-apis <clipboard-apis@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Saturday, 22 January 2022 01:57:36 UTC
@snianu commented on this pull request. > + 1. If |formatString| is empty then abort these steps. + + 1. Let |payload| be the result of [=UTF-8 decoding=] |item|'s underlying byte sequence. + + 1. Insert |payload| and |presentationStyle| into the [=system clipboard=] using |formatString| as the native clipboard format. + + </div><!-- algorithm --> + + <div class="algorithm" data-algorithm="os-specific-well-known-format"> + <h3 id="to-os-specific-well-known-format"><dfn>os specific well-known format</dfn></h3> + + : Input + :: |mimeType|, a {{Blob/type}} + + : Output + :: |wellKnownFormat|, a platform specific string type. On Mac it's NSString, on Windows and Linux it is fetched from the atom table. Added a link to the Windows atom table in the notes. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/clipboard-apis/pull/158#discussion_r790088587 You are receiving this because you are subscribed to this thread. Message ID: <w3c/clipboard-apis/pull/158/review/860152898@github.com>
Received on Saturday, 22 January 2022 01:57:36 UTC