Checking support...
Feature Not SupportedThis browser does not support the Web Share Web API feature. Try testing in a modern browser (such as Chrome, Edge, Safari, or Firefox).
Advertisement
Interactive Input Workspace
Ready for input
Web API Execution Output
Result output will be displayed here after processing...
Native JavaScript Code Example (Zero Libraries)
if (navigator.share) {
await navigator.share({ title: 'MKG', text: 'Check out Web API Utils', url: location.href });
}About the Web Share Web API
Web Share API invokes native operating system sharing dialogs to send links and media.
Specification:W3C & WHATWG Web API Standard
Sponsored Content