- From: Tim Flynn <notifications@github.com>
- Date: Thu, 01 May 2025 08:08:56 -0700
- To: w3c/clipboard-apis <clipboard-apis@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 1 May 2025 15:09:00 UTC
trflynn89 left a comment (w3c/clipboard-apis#236) Related, for these steps: ``` 2. Let representationDataPromise be the representation’s data. 3. React to representationDataPromise: ``` It's not clear how `representationDataPromise` is supposed to be resolved. Are we supposed to initialize it to a resolved promise when we create the new representation? In that case, what are the rejection handling steps for? And in the fulfillment steps, the spec has us handle whether the resolved value is a DOMString vs. Blob. But at this point, the system clipboard representation's data is a sequence of bytes. It seems like we should just be converting those bytes to a string here? -- Reply to this email directly or view it on GitHub: https://github.com/w3c/clipboard-apis/issues/236#issuecomment-2845029435 You are receiving this because you are subscribed to this thread. Message ID: <w3c/clipboard-apis/issues/236/2845029435@github.com>
Received on Thursday, 1 May 2025 15:09:00 UTC