We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Incorrect support data (example: BrowserX says "86" but support was added in "40")
The current table says:
Chrome Only supported on ChromeOS and Windows, see bug 40542648 and bug 40729163.
Bug 40729163 was fixed, see https://issues.chromium.org/issues/40729163, and included at version 128, see https://developer.chrome.com/release-notes/128?hl=en#web_share_api_on_macos.
Chromium (Chrome, Edge 79+, Opera, Samsung Internet)
Add that navigator.share works in Chrome on MacOS since Chrome version 128.
navigator.share
Tested it with Arc / Chrome 130, using https://wpt.live/web-share/.
Release Note: https://developer.chrome.com/release-notes/128
navigator.canSearch has the same issue linked: https://developer.mozilla.org/en-US/docs/Web/API/Navigator/canShare
navigator.canSearch
https://developer.mozilla.org/en-US/docs/Web/API/Navigator/share
api.Navigator.share
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What type of issue is this?
Incorrect support data (example: BrowserX says "86" but support was added in "40")
What information was incorrect, unhelpful, or incomplete?
The current table says:
Bug 40729163 was fixed, see https://issues.chromium.org/issues/40729163, and included at version 128, see https://developer.chrome.com/release-notes/128?hl=en#web_share_api_on_macos.
What browsers does this problem apply to, if applicable?
Chromium (Chrome, Edge 79+, Opera, Samsung Internet)
What did you expect to see?
Add that
navigator.share
works in Chrome on MacOS since Chrome version 128.Did you test this? If so, how?
Tested it with Arc / Chrome 130, using https://wpt.live/web-share/.
Can you link to any release notes, bugs, pull requests, or MDN pages related to this?
Release Note: https://developer.chrome.com/release-notes/128
Do you have anything more you want to share?
navigator.canSearch
has the same issue linked: https://developer.mozilla.org/en-US/docs/Web/API/Navigator/canShareMDN URL
https://developer.mozilla.org/en-US/docs/Web/API/Navigator/share
MDN metadata
MDN page report details
api.Navigator.share
The text was updated successfully, but these errors were encountered: