import { type dom } from "https://deno.land/x/evt@v2.4.18/lib/index.ts";
const { MimeType } = dom;
Provides contains information about a MIME type associated with a particular plugin. NavigatorPlugins.mimeTypes returns an array of this object.
Properties
readonly
enabledPlugin: PluginReturns the Plugin object that implements this MIME type.