Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Nalborczyk <dnalborczyk@gmail.com>2019-11-26 18:40:06 +0300
committerAnna Henningsen <anna@addaleax.net>2019-11-30 03:44:42 +0300
commitc8ca99f7ab2f01bc1eff729a543e39d05d2aa775 (patch)
treed57d5db740b4f3a4ed236d8809215e19e9d0974c /doc/api/worker_threads.md
parent62333566a3f52c1a7d51dae89695b34a6303fc42 (diff)
doc: fix worker.resourceLimits type
PR-URL: https://github.com/nodejs/node/pull/30664 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to 'doc/api/worker_threads.md')
-rw-r--r--doc/api/worker_threads.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/worker_threads.md b/doc/api/worker_threads.md
index af01ed7f7fb..b1402d66e1b 100644
--- a/doc/api/worker_threads.md
+++ b/doc/api/worker_threads.md
@@ -162,7 +162,7 @@ When this function is used, no `'message'` event will be emitted and the
added: v13.2.0
-->
-* {Object|undefined}
+* {Object}
* `maxYoungGenerationSizeMb` {number}
* `maxOldGenerationSizeMb` {number}
* `codeRangeSizeMb` {number}