Possibility of transferring user id (#100) · w3c/web-share-target@0782f1a
ewilligers
·
2022-01-27
·
via Recent Commits to web-share-target:main
This repository was archived by the owner on Jun 30, 2026. It is now read-only.
| Original file line number | Diff line number | Diff line change |
|---|
@@ -634,6 +634,14 @@ <h2>
|
634 | 634 | being transmitted to a party that does not control the origin in |
635 | 635 | question, or in clear text over the network. |
636 | 636 | </li> |
| 637 | +<li>A source site using Web Share API, and a receipient site using Web |
| 638 | + Share Target, could cooperate to join user ids. The source site could |
| 639 | + use `navigator.share(text: my_id_for_this_user)`, and the (user-chosen) |
| 640 | + recipient could use that information to join its own user ID with the |
| 641 | + source origin's user ID. Both sides of the transfer would need to write |
| 642 | + code to accomplish the transfer, and the user would need to pick the |
| 643 | + recipient. |
| 644 | +</li> |
637 | 645 | </ul> |
638 | 646 | </section> |
639 | 647 | <section id="conformance"></section> |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -955,6 +955,14 @@ <h2>
|
955 | 955 | transmitted to a party that does not control the origin in question, |
956 | 956 | or in clear text over the network. |
957 | 957 | </li> |
| 958 | +<li>A source site using Web Share API, and a receipient site using Web |
| 959 | + Share Target, could cooperate to join user ids. The source site could |
| 960 | + use `navigator.share(text: my_id_for_this_user)`, and the (user-chosen) |
| 961 | + recipient could use that information to join its own user ID with the |
| 962 | + source origin's user ID. Both sides of the transfer would need to write |
| 963 | + code to accomplish the transfer, and the user would need to pick the |
| 964 | + recipient. |
| 965 | +</li> |
958 | 966 | </ul> |
959 | 967 | </section> |
960 | 968 | <section class="appendix informative"> |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。