Skip to content

Commit

Permalink
2024/04/19 時点の英語版に基づき更新
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuji09 committed Aug 24, 2024
1 parent e8e9c99 commit 777ce07
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions files/ja/web/api/navigator/permissions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ title: "Navigator: permissions プロパティ"
short-title: permissions
slug: Web/API/Navigator/permissions
l10n:
sourceCommit: ef75c1741b450c2331204be5563ee964ad5f4c48
sourceCommit: ee253ac58d71b2ed336b705ab97dbe93122b3e04
---

{{APIRef("HTML DOM")}}
{{APIRef("Permissions API")}}

**`Navigator.permissions`** は読み取り専用プロパティで[権限 API](/ja/docs/Web/API/Permissions_API) の対象となる API のパーミッションの状態を照会および更新するために使用できる {{domxref("Permissions")}} オブジェクトを返します。
**`permissions`** は {{domxref("Navigator")}} インターフェイスの読み取り専用プロパティで[権限 API](/ja/docs/Web/API/Permissions_API) の対象となる API のパーミッションの状態を照会および更新するために使用できる {{domxref("Permissions")}} オブジェクトを返します。

##

Expand All @@ -27,7 +27,7 @@ navigator.permissions.query({ name: "geolocation" }).then((result) => {
});
```

## 仕様
## 仕様書

{{Specifications}}

Expand Down

0 comments on commit 777ce07

Please sign in to comment.