Float32Array

The Float32Array typed array represents an array of 32-bit floating point numbers in the platform byte order. If control over byte order is needed, use DataView instead. The contents are initialized to 0. Once established, you can reference elements in the array using the object's methods, or using standard array index syntax (that is, using bracket notation).

Read More at MDN DocsView Spec

Safe to Use

Float32Array is considered safe to use.

It’s supported by 94% of global browsers.

Browsers

ChromeOct 19, 2010v7.0.0
26%100%
100% of Chrome users are running a supported version.
SafariJul 20, 2011v5.1.0
5%100%
100% of Safari users are running a supported version.
EdgeJul 28, 2015v12.0.0
5%100%
100% of Edge users are running a supported version.
FirefoxMar 22, 2011v4.0.0
3%100%
100% of Firefox users are running a supported version.

Servers

Node.jsMar 11, 2013v0.10.0
Node.js supports this feature.
DenoMay 4, 2020v1.0.0
Deno supports this feature.

Version Breakdown

 
Agent
Support
Adoption
Chrome
Oct 19, 2010 v7.0.0
26%100%
100% of Chrome users are running a supported version.
Oct 19, 2010 – Latest
v7.0.0+
26%100%

Full Support

Chrome Android
Jun 27, 2012 v18.0.0
36%100%
100% of Chrome Android users are running a supported version.
Jun 27, 2012 – Latest
v18.0.0+
36%100%

Full Support

Deno
May 4, 2020 v1.0.0
Deno supports this feature.
May 4, 2020 – Latest
v1.0.0+

Full Support

Edge
Jul 28, 2015 v12.0.0
5%100%
100% of Edge users are running a supported version.
Jul 28, 2015 – Latest
v12.0.0+
5%100%

Full Support

Firefox
Mar 22, 2011 v4.0.0
3%100%
100% of Firefox users are running a supported version.
Mar 22, 2011 – Latest
v4.0.0+
3%100%

Full Support

Firefox for Android
Mar 29, 2011 v4.0.0
Firefox for Android supports this feature.
Mar 29, 2011 – Latest
v4.0.0+

Full Support

Internet Explorer
Oct 26, 2012 v10.0.0
0%83%
There are no users of Internet Explorer running a supported version.
Oct 26, 2012 – Latest
v10.0.0+
0%83%

Full Support

Node.js
Mar 11, 2013 v0.10.0
Node.js supports this feature.
Mar 11, 2013 – Latest
v0.10.0+

Full Support

 
Quest Browser
Unknown v5.0.0
Quest Browser supports this feature.
Unknown
v5.0.0+

Full Support

Opera
Dec 6, 2011 v11.6.0
1%100%
100% of Opera users are running a supported version.
Dec 6, 2011 – Latest
v11.6.0+
1%100%

Full Support

Opera Android
Feb 25, 2012 v12.0.0
Opera Android supports this feature.
Feb 25, 2012 – Latest
v12.0.0+

Full Support

Safari
Jul 20, 2011 v5.1.0
5%100%
100% of Safari users are running a supported version.
Jul 20, 2011 – Latest
v5.1.0+
5%100%

Full Support

Safari on iOS
Nov 22, 2010 v4.2.0
17%100%
100% of Safari on iOS users are running a supported version.
Nov 22, 2010 – Latest
v4.2.0+
17%100%

Full Support

Samsung Internet
Apr 27, 2013 v1.0.0
2%100%
100% of Samsung Internet users are running a supported version.
Apr 27, 2013 – Latest
v1.0.0+
2%100%

Full Support

WebView Android
Oct 18, 2011 v4.0.0
WebView Android supports this feature.
Oct 18, 2011 – Latest
v4.0.0+

Full Support

See Also

Contribute