Firefox Tomorrow

web api interface

Plugin

View on MDN ↗

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

  • description Read only Deprecated
    • : A human-readable description of the plugin.
  • filename Read only Deprecated
    • : The filename of the plugin file.
  • name Read only Deprecated
    • : The name of the plugin.

Instance methods

  • item Deprecated
    • : Returns the MIME type of a supported content type, given the index number into a list of supported types.
  • namedItem Deprecated
    • : Returns the MIME type of a supported item.

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.