Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edge Insider supports AVIF via runtime flag #6788

Merged
merged 1 commit into from
Aug 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions features-json/avif.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@
"111":"n",
"112":"n",
"113":"n",
"114":"n",
"115":"n"
"114":"n d #6",
"115":"n d #6"
},
"firefox":{
"2":"n",
Expand Down Expand Up @@ -573,7 +573,8 @@
"2":"Supports still images. Animated image sequences are not supported.",
"3":"Only available on macOS 13 Ventura or later.",
"4":"Does not support images with noise synthesis.",
"5":"Supports only still images by default. Animated image sequences can be enabled via the `image.avif.sequence.enabled` pref in `about:config`."
"5":"Supports only still images by default. Animated image sequences can be enabled via the `image.avif.sequence.enabled` pref in `about:config`.",
"6":"Can be enabled via the `--enable-features=msEdgeAVIF` runtime flag in insider channels."
},
"usage_perc_y":83.84,
"usage_perc_a":0.9,
Expand Down