Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/windmill/node_modules/evt/lib/types/lib.dom.d.ts>Plugin

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Go to Latest
interface Plugin
import { type Plugin } from "https://deno.land/x/windmill@v1.298.0/node_modules/evt/lib/types/lib.dom.d.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