Explorar o código

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

Khalyomede %!s(int64=4) %!d(string=hai) anos
pai
achega
fe5adc1dfa
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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';
 }