Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FF127 clipboard enabled #23134

Merged
merged 2 commits into from
May 28, 2024
Merged

FF127 clipboard enabled #23134

merged 2 commits into from
May 28, 2024

Conversation

hamishwillee
Copy link
Collaborator

FF127 enables Clipboard.read()/write() and ClipboardItem by default in https://bugzilla.mozilla.org/show_bug.cgi?id=1887845.
This changes all the previews to "127" and removes versioning on the notes.

FF127 also enables/implements the ClipboardItem.supports() static method for the mandatory MIME types only in mdn/content#33564. Since Chrome supports 2 of the three optional types - web custom types and image/svg+xml I've added subfeatures for those two (no one supports the last type, which is a list of URIs). I didn't add a subfeature for the mandatory types, since they are mandatory and should be supported by all.

Related docs work can be tracked in:

@github-actions github-actions bot added the data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label May 20, 2024
Copy link
Member

@Elchi3 Elchi3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @hamishwillee, I'm seeing the same support in the collector for Fx127beta. Great to see your additional findings here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants