You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Web Share API can be feature-detected by checking for 'share' in navigator (and for 'canShare' in navigator if you need file sharing support), but is there a way to feature-detect the Web Share Target API? I'm not aware of one.
The text was updated successfully, but these errors were encountered:
Thanks for confirming. If we were to implement what #84 suggests, then there would be :-) I vouch for #84 independent from my Issue, but it would fix mine as a side effect.
The Web Share API can be feature-detected by checking for
'share' in navigator
(and for'canShare' in navigator
if you need file sharing support), but is there a way to feature-detect the Web Share Target API? I'm not aware of one.The text was updated successfully, but these errors were encountered: