You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Worker Threads feature are experiment between v10.5.0 and v11.7.0 and must enable by passing --experimental-worker runtime flag; currently the doc mention no info about this
skyclouds2001
changed the title
Worker Threads feature are experiment between v10.5.0 and v11.7.0
Worker Threads feature are experimental between v10.5.0 and v11.7.0
Nov 9, 2024
It is possible to switch to a specific version of document at the top goto-toolbar "view another version": https://nodejs.org/docs/latest-v10.x/api/worker_threads.html. The link in the OP links to the latest version of Node.js, and in that version (v23.x) worker_threads module is stable.
It is possible to switch to a specific version of document at the top goto-toolbar "view another version": https://nodejs.org/docs/latest-v10.x/api/worker_threads.html. The link in the OP links to the latest version of Node.js, and in that version (v23.x) worker_threads module is stable.
It's true. But notice this information is incomplete and misunderstanding. And for documentations, it should not only list the support status for current version, but it should also list the support status for previous versions.
Affected URL(s)
https://nodejs.org/docs/latest/api/worker_threads.html
Description of the problem
Worker Threads feature are experiment between v10.5.0 and v11.7.0 and must enable by passing
--experimental-worker
runtime flag; currently the doc mention no info about thissee mdn/browser-compat-data#25012 for more detail
The text was updated successfully, but these errors were encountered: