Skip to content

Commit

Permalink
2024/03/28 時点の英語版に基づき更新
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuji09 committed Jun 19, 2024
1 parent e313cb0 commit 78a87fb
Showing 1 changed file with 8 additions and 15 deletions.
23 changes: 8 additions & 15 deletions files/ja/web/api/document/plugins/index.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,20 @@
---
title: Document.plugins
title: "Document: plugins プロパティ"
short-title: plugins
slug: Web/API/Document/plugins
l10n:
sourceCommit: 512af5e9b7feff9d3e02ff02c780bf7a68c40a67
---

{{APIRef("DOM")}}

{{domxref("Document")}} インターフェイスの **`plugins`** プロパティは読み取り専用で、現在の文書内にある {{HTMLElement("embed")}} 要素を表す 1 つ以上の {{domxref("HTMLEmbedElement")}} を含んだ {{domxref("HTMLCollection")}} オブジェクトを返します。
**`plugins`**{{domxref("Document")}} インターフェイスの読み取り専用プロパティで、現在の文書内にある {{HTMLElement("embed")}} 要素を表す 1 つ以上の {{domxref("HTMLEmbedElement")}} を含んだ {{domxref("HTMLCollection")}} オブジェクトを返します。

> **メモ:** インストールされているプラグインの一覧には、このメソッドでなく {{domxref("window.navigator.plugins")}} を使用してください。
> **メモ:** インストールされているプラグインの一覧には、このメソッドでなく [Navigator.plugins](/ja/docs/Web/API/Navigator/plugins) を使用してください。
## 構文
##

```
embedArrayObj = document.plugins
```

###

{{domxref("HTMLCollection")}}、または文書内に embed がなければ `null` です。
{{domxref("HTMLCollection")}} です。

## 仕様書

Expand All @@ -26,7 +23,3 @@ embedArrayObj = document.plugins
## ブラウザーの互換性

{{Compat}}

## 関連情報

- [MSDN documentation](<https://docs.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/platform-apis/ms537477(v=vs.85)>)

0 comments on commit 78a87fb

Please sign in to comment.