📃 July 2021 release notes
New in Chrome
The following features are now available in Chrome:
-
Array at():
The
at()
method of arrays and typed arrays returns the item at an index, including negative indices for getting items relative to the end of an array. Also known as the relative indexing method. -
Color management for 2D canvas:
The optional
colorSpace
parameter of a 2D canvas'sgetContext()
method chooses the color representation, such as"srgb"
or"display-p3"
. -
String at():
The
at()
method of strings returns the character (one UTF-16 code unit) at an index, including negative indices for getting the character relative to the end of the string. Also known as the relative indexing method.
New in Chrome Android
The following features are now available in Chrome Android:
-
Array at():
The
at()
method of arrays and typed arrays returns the item at an index, including negative indices for getting items relative to the end of an array. Also known as the relative indexing method. -
Color management for 2D canvas:
The optional
colorSpace
parameter of a 2D canvas'sgetContext()
method chooses the color representation, such as"srgb"
or"display-p3"
. -
EXT_texture_compression_bptc WebGL extension:
The
EXT_texture_compression_bptc
extension for WebGL 1.0 and 2.0 contexts adds the BPTC compressed texture formats tocompressedTexImage2D()
andcompressedTexSubImage2D()
. -
<meta name="theme-color">:
The
name="theme-color"
attribute for the<meta>
HTML element sets the preferred color to customize the display of the page or the surrounding browser user interface. -
String at():
The
at()
method of strings returns the character (one UTF-16 code unit) at an index, including negative indices for getting the character relative to the end of the string. Also known as the relative indexing method.
New in Edge
The following features are now available in Edge:
-
Array at():
The
at()
method of arrays and typed arrays returns the item at an index, including negative indices for getting items relative to the end of an array. Also known as the relative indexing method. -
Color management for 2D canvas:
The optional
colorSpace
parameter of a 2D canvas'sgetContext()
method chooses the color representation, such as"srgb"
or"display-p3"
. -
String at():
The
at()
method of strings returns the character (one UTF-16 code unit) at an index, including negative indices for getting the character relative to the end of the string. Also known as the relative indexing method.
New in Firefox
The following features are now available in Firefox:
-
Array at():
The
at()
method of arrays and typed arrays returns the item at an index, including negative indices for getting items relative to the end of an array. Also known as the relative indexing method. -
Fetch metadata request headers:
The
Sec-Fetch-Dest
,Sec-Fetch-Mode
,Sec-Fetch-Site
, andSec-Fetch-User
HTTP headers provide extra information about the way a request was made, to help servers reject certain kinds of malicious requests. -
String at():
The
at()
method of strings returns the character (one UTF-16 code unit) at an index, including negative indices for getting the character relative to the end of the string. Also known as the relative indexing method.
New in Firefox for Android
The following features are now available in Firefox for Android:
-
Array at():
The
at()
method of arrays and typed arrays returns the item at an index, including negative indices for getting items relative to the end of an array. Also known as the relative indexing method. -
Fetch metadata request headers:
The
Sec-Fetch-Dest
,Sec-Fetch-Mode
,Sec-Fetch-Site
, andSec-Fetch-User
HTTP headers provide extra information about the way a request was made, to help servers reject certain kinds of malicious requests. -
String at():
The
at()
method of strings returns the character (one UTF-16 code unit) at an index, including negative indices for getting the character relative to the end of the string. Also known as the relative indexing method.