Konubinix' opinionated web of thoughts

Navigator: Share() Method

Fleeting

See a more complicated example with simple image/video sharer

invokes the native sharing mechanism of the device to share data such as text, URLs, or files

https://developer.mozilla.org/en-US/docs/Web/API/Navigator/share

share targets depend on the device, but might include the clipboard, contacts and email applications, websites, Bluetooth, etc.

https://developer.mozilla.org/en-US/docs/Web/API/Navigator/share

only in secure contexts (HTTPS)

https://developer.mozilla.org/en-US/docs/Web/API/Navigator/share

trying it out

Notes linking here