Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions doc/api/worker_threads.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

<!--introduced_in=v10.5.0-->

<!-- YAML
added: v10.5.0
changes:
- version: v12.11.0
pr-url: https://github.com/nodejs/node/pull/29512

Check warning on line 9 in doc/api/worker_threads.md

View workflow job for this annotation

GitHub Actions / lint-pr-url

pr-url doesn't match the URL of the current PR.
description: This API is no longer experimental.
- version: v11.7.0
pr-url: https://github.com/nodejs/node/pull/25361

Check warning on line 12 in doc/api/worker_threads.md

View workflow job for this annotation

GitHub Actions / lint-pr-url

pr-url doesn't match the URL of the current PR.
description: This API is no longer behind the `--experimental-worker` CLI flag.
-->

> Stability: 2 - Stable

<!-- source_link=lib/worker_threads.js -->
Expand Down
Loading