Not TestedTesting not done, may not work properly
Clipboard & Sharing

Web Share

Trigger native system share dialog for text, URLs, or document files.

Checking support...
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