Dart API Referencedart:htmlDOMPlugin

DOMPlugin Interface

The Plugin interface provides information about a browser plugin.

Methods

Code DOMMimeType item(int index) #

Returns the MIME type of a supported content type, given the index number into a list of supported types.
DOMMimeType item(int index);

Code DOMMimeType namedItem(String name) #

Returns the MIME type of a supported item.
DOMMimeType namedItem(String name);

Fields

Code final String description #

A human readable description of the plugin. Read only.
final String description;

Code final String filename #

The filename of the plugin file. Read only.
final String filename;

Code final int length #

final int length;

Code final String name #

The name of the plugin. Read only.
final String name;

This page includes content from the Mozilla Foundation that is graciously licensed under a Creative Commons: Attribution-Sharealike license. Mozilla has no other association with Dart or dartlang.org. We encourage you to improve the web by contributing to The Mozilla Developer Network.