Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MimeType

Package version

Provides contains information about a MIME type associated with a particular plugin. NavigatorPlugins.mimeTypes returns an array of this object.

Hierarchy

  • MimeType

Index

Properties

description

description: string

Returns the MIME type's description.

enabledPlugin

enabledPlugin: Plugin

Returns the Plugin object that implements this MIME type.

suffixes

suffixes: string

Returns the MIME type's typical file extensions, in a comma-separated list.

type

type: string

Returns the MIME type.

Generated using TypeDoc