Skip to main content
Module

x/evt/lib/types/lib.dom.ts>Plugin

💧EventEmitter's typesafe replacement
Go to Latest
interface Plugin
import { type Plugin } from "https://deno.land/x/evt@v2.4.3/lib/types/lib.dom.ts";

Provides information about a browser plugin.

Index Signatures

[index: number]: MimeType

Properties

readonly
description: string

Returns the plugin's description.

readonly
filename: string

Returns the plugin library's filename, if applicable on the current platform.

readonly
length: number

Returns the number of MIME types, represented by MimeType objects, supported by the plugin.

readonly
name: string

Returns the plugin's name.

Methods

item(index: number): MimeType | null

Returns the specified MimeType object.

namedItem(name: string): MimeType | null