Worker

Read More at MDN DocsView Spec

Safe to Use

Worker is considered safe to use.

It’s supported by 94% of global browsers.

Browsers

ChromeMay 21, 2009v2.0.0
26%100%
100% of Chrome users are running a supported version.
SafariJun 8, 2009v4.0.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.
FirefoxJun 30, 2009v3.5.0
3%100%
100% of Firefox users are running a supported version.

Version Breakdown

 
Agent
Support
Adoption
Chrome
May 21, 2009 v2.0.0
26%100%
100% of Chrome users are running a supported version.
May 21, 2009 – Latest
v2.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
Jun 30, 2009 v3.5.0
3%100%
100% of Firefox users are running a supported version.
Jun 30, 2009 – Latest
v3.5.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
Unsupported
Node.js does not support this feature.
May 26, 2020 – Latest
v12.17.0+

Partial Support

Is a Node EventEmitter instead of DOM EventTarget.

Worker script environment expects CommonJS modules or ECMAScript modules.

Must be imported from the worker_threads module.

Jan 17, 2019 – Latest
v11.7.0+

Partial Support

Is a Node EventEmitter instead of DOM EventTarget.

Worker script environment expects CommonJS modules.

Must be imported from the worker_threads module.

Jun 20, 2018 – Latest
v10.5.0+

Partial Support

This feature is behind the --experimental-worker runtime_flag

Is a Node EventEmitter instead of DOM EventTarget.

Worker script environment expects CommonJS modules.

Must be imported from the worker_threads module.

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

Full Support

Opera
Jul 1, 2010 v10.6.0
1%100%
100% of Opera users are running a supported version.
Jul 1, 2010 – Latest
v10.6.0+
1%100%

Full Support

Opera Android
Mar 22, 2011 v11.0.0
Opera Android supports this feature.
Mar 22, 2011 – Latest
v11.0.0+

Full Support

Safari
Jun 8, 2009 v4.0.0
5%100%
100% of Safari users are running a supported version.
Jun 8, 2009 – Latest
v4.0.0+
5%100%

Full Support

Safari on iOS
Oct 12, 2011 v5.0.0
17%100%
There are no users of Safari on iOS running a supported version.
Oct 12, 2011 – Latest
v5.0.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
Dec 9, 2013 v4.4.0
WebView Android supports this feature.
Dec 9, 2013 – Latest
v4.4.0+

Full Support

See Also

Contribute