Skip to content

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

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

Interface: MimeTypeArray

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

Returns an array of MimeType instances, each of which contains information about a supported browser plugins. This object is returned by NavigatorPlugins.mimeTypes.

Deprecated

MDN Reference

Indexable

▪ [index: number]: MimeType

Table of contents

Properties

Methods

Properties

length

Readonly length: number

Deprecated

MDN Reference

Defined in

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

Methods

item

item(index): null | MimeType

Parameters

Name Type
index number

Returns

null | MimeType

Deprecated

MDN Reference

Defined in

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


namedItem

namedItem(name): null | MimeType

Parameters

Name Type
name string

Returns

null | MimeType

Deprecated

MDN Reference

Defined in

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

Typescript Libraries

Modules

Namespaces

Clone this wiki locally