WICG / raw-clipboard-access

An explainer for the Raw Clipboard Access feature
Other
44 stars 11 forks source link

navigator.clipboard.platform may be extraneous #5

Closed dway123 closed 4 years ago

dway123 commented 5 years ago

Raw Clipboard Access suggests a new navigator.clipboard.platform API to view the current clipboard's platform. This should be fairly convenient, and avoids the confusing/bloated navigator.platform API, which famously requires complex regex matching to detect many configurations.

However, it's possible that navigator.clipboard.platform may seem extraneous, so filing for TAG review to provide feedback. More info in the explainer here.

dway123 commented 4 years ago

This has been discussed in more detail in issues both on this repository as well as in the referenced repository, so closing this issue as a duplicate.