Skip to main content
Module

x/evt/mod.ts>dom.Plugin

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

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