Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.08 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.08 KB

Web Share API

Web Share is a Web platform API for sharing text, URLs and images to an arbitrary destination of the user's choice:

navigator.share({title: 'Example Page', url: 'https://example.com'});

Implementation status

  • The API is shipping in:
    • Google Chrome 61 on Android.
    • Safari 66.
    • Firefox Android coming soon.

Links

This is a product of the Ballista project, which aims to explore website-to-website and website-to-native interoperability.

Licensing and contributions

See LICENSE and CONTRIBUTING.