gecko-dev/dom/public/idl/base/Plugin.idl

13 lines
397 B
Plaintext
Raw Normal View History

1999-04-15 01:25:36 +00:00
interface Plugin {
/* IID: { 0xf6134681, 0xf28b, 0x11d2, { 0x83, 0x60, 0xc9, 0x08, 0x99, 0x04, 0x9c, 0x3c } } */
readonly attribute DOMString description;
readonly attribute DOMString filename;
readonly attribute DOMString name;
readonly attribute unsigned long length;
MimeType item(in unsigned long index);
MimeType namedItem(in DOMString name);
};