Skip to content

Commit

Permalink
web-share permission policy
Browse files Browse the repository at this point in the history
"web-share" was recently added to the Web Share API spec.
w3c/web-share#151

Blink support is being implemented in
https://chromium-review.googlesource.com/c/chromium/src/+/2299791
  • Loading branch information
ericwilligers committed Jul 17, 2020
1 parent 23f3253 commit 3e1ddf6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions features.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ specification.
| `sync-xhr` | [XMLHttpRequest][xhr] | [Chrome 65](https://www.chromestatus.com/feature/5154875084111872) |
| `usb` | [WebUSB][webusb] | Chrome 60 |
| `wake-lock` | [Wake Lock API][wake-lock] | |
| `web-share` | [Web Share API][web-share] | Chrome 86 |
| `xr-spatial-tracking`<sup>[2](#fn2)</sup> | [WebXR Device API][xr] | [Available as a Chrome Origin Trial](https://developers.chrome.com/origintrials/#/trials/active) |

## Proposed Features
Expand Down Expand Up @@ -101,6 +102,7 @@ names will be added to this list as they are actually defined.
[publickey-credentials-get]: https://w3c.github.io/webauthn/#sctn-feature-policy
[wake-lock]: https://www.w3.org/TR/wake-lock/#dfn-wake-lock-feature
[web-midi]: https://webaudio.github.io/web-midi-api/#feature-policy-integration
[web-share]: https://w3c.github.io/web-share/#feature-policy
[webusb]: https://wicg.github.io/webusb/#feature-policy
[xhr]: https://xhr.spec.whatwg.org/#feature-policy-integration
[xr]: https://immersive-web.github.io/webxr/#feature-policy

0 comments on commit 3e1ddf6

Please sign in to comment.