Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ogone/src/ogone.dom.d.ts>MimeType

Advanced Web Composition for Future
Latest
interface MimeType
import { type MimeType } from "https://deno.land/x/ogone@revb3/src/ogone.dom.d.ts";

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

Properties

readonly
description: string

Returns the MIME export type's description.

readonly
enabledPlugin: Plugin

Returns the Plugin object that implements this MIME export type.

readonly
suffixes: string

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

readonly
type: string

Returns the MIME export type.