Skip to content
Open
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
9 changes: 9 additions & 0 deletions doc/api/worker_threads.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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

<!-- YAML
changes:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
changes:
added: v10.5.0
changes:

- version: v12.11.0
pr-url: https://github.com/nodejs/node/pull/29512
description: The module is no longer experimental.
- version: v11.7.0
description: The module no longer requires the `--experimental-worker` flag.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
description: The module no longer requires the `--experimental-worker` flag.
pr-url: https://github.com/nodejs/node/pull/25361
description: The module no longer requires the `--experimental-worker` flag.

-->

> Stability: 2 - Stable
<!-- source_link=lib/worker_threads.js -->
Expand Down
Loading