- From: snianu <notifications@github.com>
- Date: Tue, 31 Oct 2023 14:04:55 -0700
- To: w3c/clipboard-apis <clipboard-apis@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 31 October 2023 21:05:01 UTC
@snianu commented on this pull request. > @@ -798,17 +802,33 @@ url: https://w3c.github.io/permissions/#permissions-task-source; type: dfn; {{Clipboard/read()}} returns a {{Promise}} to [=clipboard items=] object that represents contents of [=system clipboard data=]. </p> + An <dfn>unsanitized</dfn> object is a [=sequence=] of {{DOMString}} corresponding to the [=representation/mime type=]. + + <p class="note"> + Only "text/html" MIME type is supported for [=unsanitized=] object. In the future, other MIME types may be added. Done. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/clipboard-apis/pull/197#discussion_r1378164569 You are receiving this because you are subscribed to this thread. Message ID: <w3c/clipboard-apis/pull/197/review/1707239319@github.com>
Received on Tuesday, 31 October 2023 21:05:01 UTC