Properties of the Mimetype Object : Mime Type « HTML « JavaScript DHTML






Properties of the Mimetype Object


/*
+-------------------------+--------------------------------------+
Property                   Description
+-------------------------+--------------------------------------+
description                Contains the description of Mimetype.
+-------------------------+--------------------------------------+
enabledPlugin              Contains the plug-in for a specific Mimetype.
+-------------------------+--------------------------------------+
suffixes                   Contains the file extension for Mimetype.
+-------------------------+--------------------------------------+
type                       Contains the string representation of Mimetype.
+-------------------------+--------------------------------------+
*/
           
       








Related examples in the same category

1.Using the mimeTypes Object
2.Verifying a MIME Type
3.Verifying Plug-in and MIME Type
4.Show Browser Mime type (Firefox)