Re: [w3c/clipboard-apis] Add mandatory and optional data types list. (#155)

@a-sully 
> That being said, JPEGs and GIFs are typically copied to and read from the clipboard as files using the text/uri-list mime type anyways

At least on Windows, I don't see Chromium reading GIF, JPEGs. In [this ](https://source.chromium.org/chromium/chromium/src/+/main:ui/base/clipboard/clipboard_win.cc;drc=8aa9dc97551d28dec43afebf525d83bc2aca1c3d;l=481)method, I see only PNG and BMP formats being read from the clipboard. Do we read these formats somewhere else? If not, how do we read those images in `text/uri-list`?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/clipboard-apis/pull/155#issuecomment-925334438

Received on Wednesday, 22 September 2021 21:13:06 UTC