We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 770eb7c + fba0d41 commit 5c2c8bbCopy full SHA for 5c2c8bb
README.md
@@ -8,9 +8,8 @@ images to an arbitrary destination of the user's choice:
8
```js
9
navigator.share({title: 'Example Page', url: 'https://example.com'});
10
```
11
-
+* [Specification](https://wicg.github.io/web-share/)
12
* [Explainer document](docs/explainer.md), a high-level overview of the proposal.
13
-* [Interface document](docs/interface.md), an informal spec.
14
* [Native integration survey](docs/native.md), for platform-specific matters.
15
16
This is a product of the [Ballista
0 commit comments