Back to Content

Document: plugins property

files/en-us/web/api/document/plugins/index.md

latest518 B
Original Source

{{APIRef("DOM")}}

The plugins read-only property of the {{domxref("Document")}} interface returns an {{domxref("HTMLCollection")}} object containing one or more {{domxref("HTMLEmbedElement")}}s representing the {{HTMLElement("embed")}} elements in the current document.

[!NOTE] For a list of installed plugins, use Navigator.plugins instead.

Value

An {{domxref("HTMLCollection")}}.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}