- From: Sanket Joshi <notifications@github.com>
- Date: Thu, 09 Mar 2023 07:59:01 -0800
- To: w3c/editing <editing@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 9 March 2023 15:59:13 UTC
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