@@ -301,8 +301,8 @@ added: v11.4.0
301301
302302Chooses an HTTP parser library. Available values are:
303303
304- - ` llhttp ` for https://llhttp.org/
305- - ` legacy ` for https://github.com/nodejs/http-parser
304+ * ` llhttp ` for https://llhttp.org/
305+ * ` legacy ` for https://github.com/nodejs/http-parser
306306
307307The default is ` llhttp ` , unless otherwise specified when building Node.js.
308308
@@ -998,80 +998,80 @@ node --require "./a.js" --require "./b.js"
998998
999999Node.js options that are allowed are:
10001000<!-- node-options-node start -->
1001- - ` --enable-fips `
1002- - ` --es-module-specifier-resolution `
1003- - ` --experimental-exports `
1004- - ` --experimental-modules `
1005- - ` --experimental-policy `
1006- - ` --experimental-repl-await `
1007- - ` --experimental-report `
1008- - ` --experimental-vm-modules `
1009- - ` --experimental-wasm-modules `
1010- - ` --force-fips `
1011- - ` --frozen-intrinsics `
1012- - ` --heapsnapshot-signal `
1013- - ` --http-parser `
1014- - ` --http-server-default-timeout `
1015- - ` --icu-data-dir `
1016- - ` --input-type `
1017- - ` --inspect-brk `
1018- - ` --inspect-port ` , ` --debug-port `
1019- - ` --inspect-publish-uid `
1020- - ` --inspect `
1021- - ` --loader `
1022- - ` --max-http-header-size `
1023- - ` --napi-modules `
1024- - ` --no-deprecation `
1025- - ` --no-force-async-hooks-checks `
1026- - ` --no-warnings `
1027- - ` --openssl-config `
1028- - ` --pending-deprecation `
1029- - ` --policy-integrity `
1030- - ` --preserve-symlinks-main `
1031- - ` --preserve-symlinks `
1032- - ` --prof-process `
1033- - ` --redirect-warnings `
1034- - ` --report-directory `
1035- - ` --report-filename `
1036- - ` --report-on-fatalerror `
1037- - ` --report-on-signal `
1038- - ` --report-signal `
1039- - ` --report-uncaught-exception `
1040- - ` --require ` , ` -r `
1041- - ` --throw-deprecation `
1042- - ` --title `
1043- - ` --tls-cipher-list `
1044- - ` --tls-max-v1.2 `
1045- - ` --tls-max-v1.3 `
1046- - ` --tls-min-v1.0 `
1047- - ` --tls-min-v1.1 `
1048- - ` --tls-min-v1.2 `
1049- - ` --tls-min-v1.3 `
1050- - ` --trace-deprecation `
1051- - ` --trace-event-categories `
1052- - ` --trace-event-file-pattern `
1053- - ` --trace-events-enabled `
1054- - ` --trace-sync-io `
1055- - ` --trace-tls `
1056- - ` --trace-warnings `
1057- - ` --track-heap-objects `
1058- - ` --unhandled-rejections `
1059- - ` --use-bundled-ca `
1060- - ` --use-openssl-ca `
1061- - ` --v8-pool-size `
1062- - ` --zero-fill-buffers `
1001+ * ` --enable-fips `
1002+ * ` --es-module-specifier-resolution `
1003+ * ` --experimental-exports `
1004+ * ` --experimental-modules `
1005+ * ` --experimental-policy `
1006+ * ` --experimental-repl-await `
1007+ * ` --experimental-report `
1008+ * ` --experimental-vm-modules `
1009+ * ` --experimental-wasm-modules `
1010+ * ` --force-fips `
1011+ * ` --frozen-intrinsics `
1012+ * ` --heapsnapshot-signal `
1013+ * ` --http-parser `
1014+ * ` --http-server-default-timeout `
1015+ * ` --icu-data-dir `
1016+ * ` --input-type `
1017+ * ` --inspect-brk `
1018+ * ` --inspect-port ` , ` --debug-port `
1019+ * ` --inspect-publish-uid `
1020+ * ` --inspect `
1021+ * ` --loader `
1022+ * ` --max-http-header-size `
1023+ * ` --napi-modules `
1024+ * ` --no-deprecation `
1025+ * ` --no-force-async-hooks-checks `
1026+ * ` --no-warnings `
1027+ * ` --openssl-config `
1028+ * ` --pending-deprecation `
1029+ * ` --policy-integrity `
1030+ * ` --preserve-symlinks-main `
1031+ * ` --preserve-symlinks `
1032+ * ` --prof-process `
1033+ * ` --redirect-warnings `
1034+ * ` --report-directory `
1035+ * ` --report-filename `
1036+ * ` --report-on-fatalerror `
1037+ * ` --report-on-signal `
1038+ * ` --report-signal `
1039+ * ` --report-uncaught-exception `
1040+ * ` --require ` , ` -r `
1041+ * ` --throw-deprecation `
1042+ * ` --title `
1043+ * ` --tls-cipher-list `
1044+ * ` --tls-max-v1.2 `
1045+ * ` --tls-max-v1.3 `
1046+ * ` --tls-min-v1.0 `
1047+ * ` --tls-min-v1.1 `
1048+ * ` --tls-min-v1.2 `
1049+ * ` --tls-min-v1.3 `
1050+ * ` --trace-deprecation `
1051+ * ` --trace-event-categories `
1052+ * ` --trace-event-file-pattern `
1053+ * ` --trace-events-enabled `
1054+ * ` --trace-sync-io `
1055+ * ` --trace-tls `
1056+ * ` --trace-warnings `
1057+ * ` --track-heap-objects `
1058+ * ` --unhandled-rejections `
1059+ * ` --use-bundled-ca `
1060+ * ` --use-openssl-ca `
1061+ * ` --v8-pool-size `
1062+ * ` --zero-fill-buffers `
10631063<!-- node-options-node end -->
10641064
10651065V8 options that are allowed are:
10661066<!-- node-options-v8 start -->
1067- - ` --abort-on-uncaught-exception `
1068- - ` --interpreted-frames-native-stack `
1069- - ` --max-old-space-size `
1070- - ` --perf-basic-prof-only-functions `
1071- - ` --perf-basic-prof `
1072- - ` --perf-prof-unwinding-info `
1073- - ` --perf-prof `
1074- - ` --stack-trace-limit `
1067+ * ` --abort-on-uncaught-exception `
1068+ * ` --interpreted-frames-native-stack `
1069+ * ` --max-old-space-size `
1070+ * ` --perf-basic-prof-only-functions `
1071+ * ` --perf-basic-prof `
1072+ * ` --perf-prof-unwinding-info `
1073+ * ` --perf-prof `
1074+ * ` --stack-trace-limit `
10751075<!-- node-options-v8 end -->
10761076
10771077### ` NODE_PATH=path[:…] `
@@ -1206,12 +1206,12 @@ Asynchronous system APIs are used by Node.js whenever possible, but where they
12061206do not exist, libuv's threadpool is used to create asynchronous node APIs based
12071207on synchronous system APIs. Node.js APIs that use the threadpool are:
12081208
1209- - all ` fs ` APIs, other than the file watcher APIs and those that are explicitly
1209+ * all ` fs ` APIs, other than the file watcher APIs and those that are explicitly
12101210 synchronous
1211- - asynchronous crypto APIs such as ` crypto.pbkdf2() ` , ` crypto.scrypt() ` ,
1211+ * asynchronous crypto APIs such as ` crypto.pbkdf2() ` , ` crypto.scrypt() ` ,
12121212 ` crypto.randomBytes() ` , ` crypto.randomFill() ` , ` crypto.generateKeyPair() `
1213- - ` dns.lookup() `
1214- - all ` zlib ` APIs, other than those that are explicitly synchronous
1213+ * ` dns.lookup() `
1214+ * all ` zlib ` APIs, other than those that are explicitly synchronous
12151215
12161216Because libuv's threadpool has a fixed size, it means that if for whatever
12171217reason any of these APIs takes a long time, other (seemingly unrelated) APIs
0 commit comments