Mime Property
Description | Mime map to map document extensions to mime types. |
Synopsis | mime: { "ext": "mime-type", ...} |
Examples |
mime: {
".html": "text/html",
".ico": "image/vnd.microsoft.icon",
}
|
Notes |
The mime property defines additional mime types to be added to the Ioto mime type table. Mime type properties are indexed by the document file extension with the value of each key set to the corresponding mime type. |