Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 337bfcf

Browse filesBrowse files
PoojaDurgadtargos
authored andcommitted
doc: add on statement in the APIs docs
PR-URL: #35610 Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent 830b789 commit 337bfcf
Copy full SHA for 337bfcf

File tree

Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed
Open diff view settings
Collapse file

‎doc/api/process.md‎

Copy file name to clipboardExpand all lines: doc/api/process.md
+4Lines changed: 4 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1179,6 +1179,9 @@ And `process.argv`:
11791179
['/usr/local/bin/node', 'script.js', '--version']
11801180
```
11811181

1182+
Refer to [`Worker` constructor][] for the detailed behavior of worker
1183+
threads with this property.
1184+
11821185
## `process.execPath`
11831186
<!-- YAML
11841187
added: v0.1.100
@@ -2654,6 +2657,7 @@ cases:
26542657
[`NODE_OPTIONS`]: cli.md#cli_node_options_options
26552658
[`Promise.race()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/race
26562659
[`Worker`]: worker_threads.md#worker_threads_class_worker
2660+
[`Worker` constructor]: worker_threads.md#worker_threads_new_worker_filename_options
26572661
[`console.error()`]: console.md#console_console_error_data_args
26582662
[`console.log()`]: console.md#console_console_log_data_args
26592663
[`domain`]: domain.md

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.