mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-20 10:53:53 +01:00
Add WASM MIME type (#125782)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user