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

FF supports navigator.share behind pref #12194

Merged
merged 11 commits into from
Oct 7, 2021
24 changes: 16 additions & 8 deletions api/Navigator.json
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,7 @@
"canShare": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Navigator/canShare",
"spec_url": "https://w3c.github.io/web-share/#canshare-data-method",
"support": {
"chrome": {
"version_added": "89",
Expand All @@ -542,7 +543,7 @@
"version_added": "75"
},
"edge": {
"version_added": false
"version_added": "89"
},
"firefox": {
"version_added": false
Expand All @@ -554,10 +555,10 @@
"version_added": false
},
"opera": {
"version_added": false
"version_added": "75"
},
"opera_android": {
"version_added": false
"version_added": true
hamishwillee marked this conversation as resolved.
Show resolved Hide resolved
},
"safari": {
"version_added": "14"
Expand All @@ -573,8 +574,8 @@
}
},
"status": {
"experimental": true,
"standard_track": false,
"experimental": false,
"standard_track": true,
ddbeck marked this conversation as resolved.
Show resolved Hide resolved
"deprecated": false
}
}
Expand Down Expand Up @@ -3229,7 +3230,14 @@
"version_added": "81"
},
"firefox": {
"version_added": false
"version_added": "71",
"flags": [
{
"type": "preference",
"name": "#dom.webshare.enabled",
"value_to_set": "enabled"
}
]
},
"firefox_android": {
"version_added": "79",
Expand All @@ -3240,7 +3248,7 @@
"version_added": false
},
"opera": {
"version_added": false
"version_added": "75"
},
"opera_android": {
"version_added": "48"
Expand All @@ -3259,7 +3267,7 @@
}
},
"status": {
"experimental": true,
"experimental": false,
ddbeck marked this conversation as resolved.
Show resolved Hide resolved
"standard_track": true,
"deprecated": false
}
Expand Down