August 2022 web platform update
Now widely available on the web platform
Widely available
-
EXT_sRGB WebGL extension: The
EXT_sRGB
extension for WebGL 1.0 contexts adds sRGB support to textures and framebuffer objects. Learn more.
Newly available on the web platform
Newly available
-
Array findLast() and findLastIndex(): The
findLast()
andfindLastIndex()
methods of arrays and typed arrays search an array in reverse order for the first item that satisfies a test function. Learn more. -
Individual transform properties: The
translate
,rotate
, andscale
CSS properties apply single transformations independently, as opposed to applying multiple transformations with thetransform
CSS property. Learn more.