Browse Source

add avif mime type (#10224) (#10225)

Khalyomede 4 years ago
parent
commit
fe5adc1dfa
1 changed files with 1 additions and 0 deletions
  1. 1 0
      std/haxe/io/Mime.hx

+ 1 - 0
std/haxe/io/Mime.hx

@@ -318,4 +318,5 @@ enum abstract Mime(String) from String to String {
 	var ApplicationXCompress = 'application/x-compress';
 	var MultipartXZip = 'multipart/x-zip';
 	var TextXScriptZsh = 'text/x-script.zsh';
+	var ImageAvif = 'image/avif';
 }