MimeType
deprecatedProvides contains information about a MIME type associated with a particular plugin. NavigatorPlugins.mimeTypes returns an array of this object.
interface MimeType {
readonly description: string;
readonly enabledPlugin: Plugin;
readonly suffixes: string;
readonly type: string;
}