We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9042cd1 commit d5dcf3fCopy full SHA for d5dcf3f
docs/interface.md
@@ -66,8 +66,9 @@ modes, but not learn the identity of the chosen application):
66
* The data could not be delivered to the target app (e.g., the chosen app could
67
not be launched), or the target app explicitly rejected the share event.
68
69
-The `navigator.share` method should be `undefined` if the user agent does not
70
-support any share targets.
+In a user agent that will never provide any share targets (e.g., on a platform
+that does not support sharing) `navigator.share` SHOULD be `undefined`, so that
71
+sites can use feature detection to avoid showing sharing UI.
72
73
## Share handlers
74
0 commit comments