Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 811 Bytes

File metadata and controls

26 lines (17 loc) · 811 Bytes
title short-title slug l10n
Document: plugins プロパティ
plugins
Web/API/Document/plugins
sourceCommit
512af5e9b7feff9d3e02ff02c780bf7a68c40a67

{{APIRef("DOM")}}

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

Note

インストールされているプラグインの一覧には、このメソッドでなく Navigator.plugins を使用してください。

{{domxref("HTMLCollection")}} です。

仕様書

{{Specifications}}

ブラウザーの互換性

{{Compat}}