- From: 一丝 <notifications@github.com>
- Date: Wed, 01 Nov 2023 20:43:06 -0700
- To: w3c/clipboard-apis <clipboard-apis@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 2 November 2023 03:43:12 UTC
@snianu From a simple approach, can we put SvgData in front of TextData? This is also in line with the recommended practice in the operating system, where SVG has richer information. ```c++ using Data = absl::variant<BitmapData, HtmlData, RtfData, BookmarkData, TextData, WebkitData, RawData, SvgData, FilenamesData, ``` -- Reply to this email directly or view it on GitHub: https://github.com/w3c/clipboard-apis/issues/137#issuecomment-1790015524 You are receiving this because you are subscribed to this thread. Message ID: <w3c/clipboard-apis/issues/137/1790015524@github.com>
Received on Thursday, 2 November 2023 03:43:12 UTC