[w3c/clipboard-apis] Should ClipboardItem be marked as [SecureContext]? (#103)

Both `Clipboard` and `navigator.clipboard` are limited to secure contexts, but `ClipboardItem` is not. Is there any value in exposing `ClipboardItem` in non-secure contexts in the absence of any instance of `Clipboard`, or should be additionally limit `ClipboardItem` to secure contexts only?

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

Received on Friday, 11 October 2019 22:34:06 UTC