[v4] Browser support query #15771
-
|
For v4 the browser support documentation includes the following: I have a requirement to support older versions of Chrome. What specific APIs in Chrome 120 are required? |
Beta Was this translation helpful? Give feedback.
Answered by
alexparish
Jan 23, 2025
Replies: 1 comment 1 reply
-
|
It appears the Chrome target was lowered in this commit to 111 since Perhaps the docs simply need updating? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
alexparish
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It appears the Chrome target was lowered in this commit to 111 since
color-mix()is used and was introduced in that version.Perhaps the docs simply need updating?