Skip to content

Conversation

@foolip
Copy link
Collaborator

@foolip foolip commented Jul 10, 2024

The manually added status is what will result from treating all 4
methods on navigator.clipboard as required parts of the feature.

Comment out read() and readText() to not bless the incorrect status
computed from BCD.

Fixes #1249.

@github-actions github-actions bot added the feature definition Creating or defining new features or groups of features. label Jul 10, 2024
Copy link
Collaborator

@ddbeck ddbeck left a comment

Choose a reason for hiding this comment

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

This is fine, though we're now reporting Firefox as supporting while caniuse doesn't (I think because of the no-longer clipboard-read permission). I saw on mdn/browser-compat-data#23593 that you've got some permissions follow ups anyway. Do you need to file an issue on caniuse for this too?

@foolip
Copy link
Collaborator Author

foolip commented Jul 10, 2024

I've sent Fyrd/caniuse#7106 to align Chromium versions, and will file an issue about Firefox. I'll link to everything in a new comment before landing.

The manually added status is what will result from treating all 4
methods on navigator.clipboard as required parts of the feature.

Comment out read() and readText() to not bless the incorrect status
computed from BCD.

Fixes web-platform-dx#1249.
@foolip foolip force-pushed the clipboard-override branch from 64fb0ee to 2939e18 Compare July 10, 2024 16:02
@foolip foolip enabled auto-merge (squash) July 10, 2024 16:03
@foolip foolip merged commit 9c0b535 into web-platform-dx:main Jul 10, 2024
@foolip foolip deleted the clipboard-override branch July 10, 2024 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature definition Creating or defining new features or groups of features.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Async Clipboard API is "all red"

2 participants