Add `storage-access` feature · w3c/webappsec-permissions-policy@c73ef39
clelland
·
2024-09-22
·
via Recent Commits to webappsec-permissions-policy:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -59,6 +59,7 @@ specification.
|
59 | 59 | | `screen-wake-lock` | [Wake Lock API][wake-lock] | [Chrome 84](https://www.chromestatus.com/feature/4636879949398016) | |
60 | 60 | | `serial` | [Web Serial API][web-serial] | [Chrome 89](https://chromestatus.com/feature/6577673212002304) | |
61 | 61 | | `sync-xhr` | [XMLHttpRequest][xhr] | [Chrome 65](https://www.chromestatus.com/feature/5154875084111872) | |
| 62 | +| `storage-access` | [Storage Access][storage-access] | [Chrome 115](https://chromestatus.com/feature/5612590694662144) | |
62 | 63 | | `usb` | [WebUSB][webusb] | Chrome 60 | |
63 | 64 | | `web-share` | [Web Share API][web-share] | Chrome 86 | |
64 | 65 | | `window-management`<sup>[5](#fn5)</sup> | [Window Management API][window-management] | [Chrome 111](https://chromestatus.com/feature/5146352391028736) | |
@@ -158,6 +159,7 @@ changed in [Chrome 111](https://chromestatus.com/feature/5146352391028736) to `w
|
158 | 159 | [payment-request]: https://www.w3.org/TR/payment-request/#permissions-policy |
159 | 160 | [pip]: https://wicg.github.io/picture-in-picture/#feature-policy |
160 | 161 | [publickey-credentials-get]: https://w3c.github.io/webauthn/#sctn-permissions-policy |
| 162 | +[storage-access]: https://privacycg.github.io/storage-access/#permissions-policy-integration |
161 | 163 | [wake-lock]: https://w3c.github.io/screen-wake-lock/#policy-control |
162 | 164 | [web-midi]: https://webaudio.github.io/web-midi-api/#permissions-policy-integration |
163 | 165 | [web-serial]: https://wicg.github.io/serial/#permissions-policy |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。