- From: snianu <notifications@github.com>
- Date: Wed, 25 May 2022 17:03:19 -0700
- To: w3c/clipboard-apis <clipboard-apis@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 26 May 2022 00:03:31 UTC
@snianu commented on this pull request. > On Linux, ChromeOS, and Android, follow the convention described below: 1. Assign "image/png" to |wellKnownFormat|. - 1. Return |wellKnownFormat|. + 1. Return |wellKnownFormat|. + + </div><!-- algorithm --> + + <div class="algorithm" data-algorithm="read-unsanitized-format"> + <h3 id="to-read-unsanitized-format"><dfn>read unsanitized format</dfn></h3> + + : Input + :: |mimeType|, a string To be a bit more resilient to the parsing mime type errors, I added steps to ignore the mime types that returned failure during parsing. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/clipboard-apis/pull/175#discussion_r882210078 You are receiving this because you are subscribed to this thread. Message ID: <w3c/clipboard-apis/pull/175/review/985593971@github.com>
Received on Thursday, 26 May 2022 00:03:31 UTC