Re: [w3c/clipboard-apis] Please add supportedFormats property (#97)

This `supportedFormats` property seems to be for the `navigator.clipboard`. While currently all formats supported for read are also supported for write, we may want to consider having some `supportedReadFormats` and `supportedWriteFormats` for the sake of flexibility. Additionally, there is a proposal for [Raw Clipboard Access](https://github.com/w3ctag/design-reviews/issues/406), which should presumably support any arbitrary format, so this property should ensure that it's only active for sanitized formats (aka the existing Clipboard API).

-- 
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/issues/97#issuecomment-528041125

Received on Wednesday, 4 September 2019 19:06:17 UTC