Add WASM MIME type (#125782)

This commit is contained in:
Wojciech Nawrocki
2021-06-09 08:40:33 -07:00
committed by GitHub
parent d48645cf61
commit e8fc4264e8
@@ -18,6 +18,7 @@ const webviewMimeTypes = new Map([
['.xhtml', 'application/xhtml+xml'],
['.oft', 'font/otf'],
['.xml', 'application/xml'],
['.wasm', 'application/wasm'],
]);
export function getWebviewContentMimeType(resource: URI): string {