Skip to content

Commit a5f4eb2

Browse files
authored
[web-share-target] Introduce Level 2 Spec (#71)
Level 2 will add support for file sharing.
1 parent b3c4d76 commit a5f4eb2

File tree

3 files changed

+701
-2
lines changed

3 files changed

+701
-2
lines changed

.pr-preview.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"src_file": "index.html",
2+
"src_file": "level-2/index.html",
33
"type": "respec"
44
}

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ This site details a proposal to add a capability for websites to receive shared
66
data from other sites and apps.
77

88
* [Explainer document](docs/explainer.md), a high-level overview of the proposal.
9-
* [Specification](https://wicg.github.io/web-share-target/).
9+
* [Specification - Level 1](https://wicg.github.io/web-share-target/).
10+
* [Specification - Level 2](https://wicg.github.io/web-share-target/level-2/).
1011
* [Native integration survey](docs/native.md), for platform-specific matters.
1112

1213
This is a product of the [Ballista

0 commit comments

Comments
 (0)