Navigator: Share() Method
Fleeting- External reference: https://developer.mozilla.org/en-US/docs/Web/API/Navigator/share
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