Skip to content

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

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

Interface: PluginArray

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

Used to store a list of Plugin objects describing the available plugins; it's returned by the window.navigator.plugins property. The PluginArray is not a JavaScript array, but has the length property and supports accessing individual items using bracket notation (plugins[2]), as well as via item(index) and namedItem("name") methods.

Deprecated

MDN Reference

Indexable

▪ [index: number]: Plugin

Table of contents

Properties

Methods

Properties

length

Readonly length: number

Deprecated

MDN Reference

Defined in

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

Methods

item

item(index): null | Plugin

Parameters

Name Type
index number

Returns

null | Plugin

Deprecated

MDN Reference

Defined in

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


namedItem

namedItem(name): null | Plugin

Parameters

Name Type
name string

Returns

null | Plugin

Deprecated

MDN Reference

Defined in

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


refresh

refresh(): void

Returns

void

Deprecated

MDN Reference

Defined in

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

Typescript Libraries

Modules

Namespaces

Clone this wiki locally