diff options
author | tristantheb <tristantheb@gmail.com> | 2021-04-21 16:21:07 +0200 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2021-04-22 00:40:28 +0800 |
commit | e9bb21320278d88f6795525b4bb6c91b90711fcc (patch) | |
tree | 954e9ca33c74f55cacebf9929ba640caf0b88c4c /files/zh-tw/web/api/permissions_api/index.html | |
parent | 3c2908eafe5aacd2b98c1b4e23a8da28a120dbeb (diff) | |
download | translated-content-e9bb21320278d88f6795525b4bb6c91b90711fcc.tar.gz translated-content-e9bb21320278d88f6795525b4bb6c91b90711fcc.tar.bz2 translated-content-e9bb21320278d88f6795525b4bb6c91b90711fcc.zip |
KS: Removal of the least used macros
Diffstat (limited to 'files/zh-tw/web/api/permissions_api/index.html')
-rw-r--r-- | files/zh-tw/web/api/permissions_api/index.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/files/zh-tw/web/api/permissions_api/index.html b/files/zh-tw/web/api/permissions_api/index.html index 919e053cf8..c9dda01311 100644 --- a/files/zh-tw/web/api/permissions_api/index.html +++ b/files/zh-tw/web/api/permissions_api/index.html @@ -4,9 +4,8 @@ slug: Web/API/Permissions_API translation_of: Web/API/Permissions_API original_slug: WebAPI/Permissions --- +<p>{{DefaultAPISidebar("Permissions API")}}</p> <p>{{ draft() }}</p> -<p>{{ non-standard_header }}</p> -<p>{{ B2GOnlyHeader2('certified') }}</p> <h2 id="摘要">摘要</h2> <p>Permissions API 可顯示 Apps 所要求的所有權限,以利使用者管理。Apps 可透過此 API 而讀取其他 Apps 的權限並進一步變更。</p> <p>透過 <a href="https://developer.mozilla.org/en-US/docs/DOM/PermissionSettings" title="/en-US/docs/DOM/PermissionSettings"><code>PermissionSettings</code></a> 介面的 <a href="https://developer.mozilla.org/en-US/docs/DOM/window.navigator.mozPermissionSettings" title="/en-US/docs/DOM/window.navigator.mozPermissionSettings"><code>navigator.mozPermissionSettings</code></a> 屬性,即可存取 Permission Manager。</p> |