[w3c/clipboard-apis] Discoverability of custom type support (#30)

Some implementations support adding custom types on the clipboard, some do not. This is presumably a temporary state while implementations (and the spec) improve(s) - however, should there be a way to feature-detect whether custom types are supported?

Perhaps we should add ``ClipboardData.prototype.supportedTypes = ['text/plain', 'text/html', ... 'custom']`` - or something like that?

---
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/30

Received on Sunday, 24 April 2016 09:12:29 UTC