Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.29 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.29 KB

Web Share API

Written: 2016-06-08, Updated: 2017-07-13

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 Level 1 API (images/files not supported) is shipping in:
  • The Level 2 API is currently being implemented in Chrome.

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.