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

Update Chrome support for Web Share API #7123

Merged
merged 1 commit into from
Aug 7, 2024
Merged
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
9 changes: 5 additions & 4 deletions features-json/web-share.json
Original file line number Diff line number Diff line change
Expand Up @@ -376,9 +376,9 @@
"125":"a #4",
"126":"a #4",
"127":"a #4",
"128":"a #4",
"129":"a #4",
"130":"a #4"
"128":"a #6",
"129":"a #6",
"130":"a #6"
},
"safari":{
"3.1":"n",
Expand Down Expand Up @@ -660,7 +660,8 @@
"2":"[Android intent:// URLs](https://developer.chrome.com/multidevice/android/intents) can be used instead",
"3":"Only supported on Windows",
"4":"Only supported on Windows and Chrome OS",
"5":"Did not support share click that would trigger a [fetch call](https://bugs.webkit.org/show_bug.cgi?id=197779)"
"5":"Did not support share click that would trigger a [fetch call](https://bugs.webkit.org/show_bug.cgi?id=197779)",
"6":"Only supported on Windows, Chrome OS and macOS"
},
"usage_perc_y":70.1,
"usage_perc_a":20.7,
Expand Down
Loading