Skip to content

mimeTypes

hhh edited this page Jun 13, 2020 · 1 revision

mimeTypes

/**
 * A map of MIME types (some common pairs
 * are available out of the box)
 * @see https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Complete_list_of_MIME_types
 */
const mimeTypes: Map<string, string>;
Clone this wiki locally