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

x/yxz/typing/lib.dom.ts>Plugin

Deno Standard Extensions
Go to Latest
interface Plugin
Deprecated
import { type Plugin } from "https://deno.land/x/yxz@0.17.0/typing/lib.dom.ts";

Provides information about a browser plugin.

Index Signatures

[index: number]: MimeType

Properties

readonly
deprecated
description: string

Returns the plugin's description.

readonly
deprecated
filename: string

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

readonly
deprecated
length: number

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

readonly
deprecated
name: string

Returns the plugin's name.

Methods

deprecated
item(index: number): MimeType | null

Returns the specified MimeType object.

deprecated
namedItem(name: string): MimeType | null