Back to Content

Plugin

files/en-us/web/api/plugin/index.md

latest949 B
Original Source

{{APIRef("HTML DOM")}}{{Deprecated_Header}}

The Plugin interface provides information about a browser plugin.

[!NOTE] Own properties of Plugin objects are no longer enumerable in the latest browser versions.

Instance properties

  • {{domxref("Plugin.description")}} {{ReadOnlyInline}} {{Deprecated_Inline}}
    • : A human-readable description of the plugin.
  • {{domxref("Plugin.filename")}} {{ReadOnlyInline}} {{Deprecated_Inline}}
    • : The filename of the plugin file.
  • {{domxref("Plugin.name")}} {{ReadOnlyInline}} {{Deprecated_Inline}}
    • : The name of the plugin.

Instance methods

  • {{domxref("Plugin.item")}} {{Deprecated_Inline}}
    • : Returns the MIME type of a supported content type, given the index number into a list of supported types.
  • {{domxref("Plugin.namedItem")}} {{Deprecated_Inline}}
    • : Returns the MIME type of a supported item.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}