Live data from Hacker News

JavaScript is not single-threaded

medium.com

1–3 of 3 posts

Re: JavaScript is not single-threaded

#3
You forgot to mention (Web)Workers. This is explicit creation, management, and communication with additional threads within JavaScript. What's more, they've been around in JavaScript longer than the V8 engine has even existed!

https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers...

https://caniuse.com/?search=webworkers