Skip to content

@ralphschuler.webgl shader factory.<internal>.MimeType

github-actions edited this page Nov 26, 2023 · 1 revision

Interface: MimeType

@ralphschuler/webgl-shader-factory.<internal>.MimeType

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

Deprecated

MDN Reference

Table of contents

Properties

Properties

description

Readonly description: string

Returns the MIME type's description.

Deprecated

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:15518


enabledPlugin

Readonly enabledPlugin: Plugin

Returns the Plugin object that implements this MIME type.

Deprecated

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:15525


suffixes

Readonly suffixes: string

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

Deprecated

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:15532


type

Readonly type: string

Returns the MIME type.

Deprecated

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:15539

Typescript Libraries

Modules

Namespaces

Clone this wiki locally