mirror of
https://github.com/denoland/deno.git
synced 2025-02-01 20:25:12 -05:00
Add wasm to media types (#5896)
This commit is contained in:
parent
ebae1a20d5
commit
55d36006fc
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ const MEDIA_TYPES: Record<string, string> = {
|
|||
".jsx": "text/jsx",
|
||||
".gz": "application/gzip",
|
||||
".css": "text/css",
|
||||
".wasm": "application/wasm",
|
||||
};
|
||||
|
||||
/** Returns the content-type based on the extension of a path. */
|
||||
|
|
Loading…
Add table
Reference in a new issue