diff --git a/ts/util/GoogleChrome.ts b/ts/util/GoogleChrome.ts index ff0df00de..9534e5568 100644 --- a/ts/util/GoogleChrome.ts +++ b/ts/util/GoogleChrome.ts @@ -7,6 +7,7 @@ type MIMETypeSupportMap = Record; // See: https://en.wikipedia.org/wiki/Comparison_of_web_browsers#Image_format_support const SUPPORTED_IMAGE_MIME_TYPES: MIMETypeSupportMap = { + 'image/avif': true, 'image/bmp': true, 'image/gif': true, 'image/jpeg': true,