Re: [w3c/editing] Seeking feedback on delayed clipboard rendering proposal (Issue #417)

Slight update to option 2:

Per the clarification provided in whatwg/webidl#1278, the syntax proposed above won't work as is. The syntax would need to be:

`typedef (Blob or DOMString) ClipboardItemValue;`
`callback ClipboardItemValueCallback = ClipboardItemValue ();`
`typedef Promise<(ClipboardItemValue or ClipboardItemValueCallback)> ClipboardItemData;`
`constructor(record<DOMString, Promise<ClipboardItemData>> items);`

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/editing/issues/417#issuecomment-1462313463
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/editing/issues/417/1462313463@github.com>

Received on Thursday, 9 March 2023 15:59:13 UTC