Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/windmill/node_modules/evt/lib/types/lib.dom.d.ts>MimeType

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Go to Latest
interface MimeType
import { type MimeType } from "https://deno.land/x/windmill@v1.298.0/node_modules/evt/lib/types/lib.dom.d.ts";

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

Properties

readonly
description: string

Returns the MIME type's description.

readonly
enabledPlugin: Plugin

Returns the Plugin object that implements this MIME type.

readonly
suffixes: string

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

readonly
type: string

Returns the MIME type.