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

Add Web Share #2159

Merged
merged 3 commits into from
Nov 6, 2024
Merged
Show file tree
Hide file tree
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
7 changes: 4 additions & 3 deletions features/draft/spec/web-share.yml → features/share.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
draft_date: 2024-10-28
name: Web Share API
description: TODO
name: navigator.share()
description: The `navigator.share()` method invokes the device's native sharing mechanism and passes text, links, files, and other content to share targets.
spec: https://w3c.github.io/web-share/
status:
compute_from: api.Navigator.share
compat_features:
- api.Navigator.canShare
- api.Navigator.canShare.data_files_parameter
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# Generated from: web-share.yml
# Generated from: share.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: false
support:
chrome_android: "88"
chrome_android: "61"
edge: "93"
firefox_android: "79"
safari: "12.1"
safari_ios: "12.2"
compat_features:
# ⬇️ Same status as overall feature ⬇️
# baseline: false
# support:
# chrome_android: "61"
Expand Down