- From: snianu <notifications@github.com>
- Date: Fri, 03 Nov 2023 09:16:46 -0700
- To: w3c/clipboard-apis <clipboard-apis@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 3 November 2023 16:16:52 UTC
@snianu commented on this pull request. > 1. Let |realm| be [=this=]'s [=relevant realm=]. 1. Let |p| be [=a new promise=] in |realm|. + 1. Let |format| be a {{DOMString}}. Yep, `|formats` is a dictionary, this variable just stores the first DOMString from that dictionary in the below step: `Set |format| to |formats|[0].` -- Reply to this email directly or view it on GitHub: https://github.com/w3c/clipboard-apis/pull/197#discussion_r1381938623 You are receiving this because you are subscribed to this thread. Message ID: <w3c/clipboard-apis/pull/197/review/1713091386@github.com>
Received on Friday, 3 November 2023 16:16:52 UTC