Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion api/EyeDropper.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
],
"support": {
"chrome": {
"version_added": "95"
"version_added": "95",
"notes": [
"Before Chrome 120, the EyeDropper API is not available on ChromeOS. See [bug 40720753](https://crbug.com/40720753).",
"Available on Linux X11, but not available on Linux Wayland. See [bug 40720753](https://crbug.com/40720753)."
]
},
"chrome_android": {
"version_added": false
Expand Down
Loading