From 49d7364c64c93eb45867dbde1a32c4ad8765c5a9 Mon Sep 17 00:00:00 2001 From: Daniel Ehrenberg Date: Thu, 28 Feb 2019 23:11:36 +0100 Subject: [PATCH] Add WebAssembly MIME type Intended to improve precision in: - https://webassembly.github.io/spec/web-api/index.html#compile-a-potential-webassembly-response - https://github.com/whatwg/html/pull/4372 --- mimesniff.bs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mimesniff.bs b/mimesniff.bs index 3db0a87..385cc29 100644 --- a/mimesniff.bs +++ b/mimesniff.bs @@ -472,6 +472,8 @@ any MIME type whose essence is "application/ ends in "+json" or whose essence is "application/json" or "text/json". +

An WebAssembly MIME type is any MIME type whose essence +is "application/wasm".

Handling a resource