| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent cefb058 commit 8f6bd5a
4 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1195,8 +1195,11 @@ for TLSv1.2, which is not as secure as TLSv1.3. | |||
| 1195 | 1195 | ||
| 1196 | 1196 | <!-- YAML | |
| 1197 | 1197 | added: v14.3.0 | |
| 1198 | + deprecated: REPLACEME | ||
| 1198 | 1199 | --> | |
| 1199 | 1200 | ||
| 1201 | + > Stability: 0 - Deprecated | ||
| 1202 | + | ||
| 1200 | 1203 | Print short summaries of calls to [`Atomics.wait()`][] to stderr. | |
| 1201 | 1204 | The output could look like this: | |
| 1202 | 1205 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3134,13 +3134,27 @@ Type: Documentation-only | |||
| 3134 | 3134 | `code` values other than `undefined`, `null`, integer numbers and integer | |
| 3135 | 3135 | strings (e.g., '1') are deprecated as parameter in [`process.exit()`][]. | |
| 3136 | 3136 | ||
| 3137 | + ### DEP0165: `--trace-atomics-wait` | ||
| 3138 | + | ||
| 3139 | + <!-- YAML | ||
| 3140 | + changes: | ||
| 3141 | + - version: REPLACEME | ||
| 3142 | + pr-url: https://github.com/nodejs/node/pull/44093 | ||
| 3143 | + description: Documentation-only deprecation. | ||
| 3144 | + --> | ||
| 3145 | + | ||
| 3146 | + Type: Documentation-only | ||
| 3147 | + | ||
| 3148 | + The [`--trace-atomics-wait`][] flag is deprecated. | ||
| 3149 | + | ||
| 3137 | 3150 | [Legacy URL API]: url.md#legacy-url-api | |
| 3138 | 3151 | [NIST SP 800-38D]: https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf | |
| 3139 | 3152 | [RFC 6066]: https://tools.ietf.org/html/rfc6066#section-3 | |
| 3140 | 3153 | [WHATWG URL API]: url.md#the-whatwg-url-api | |
| 3141 | 3154 | [`"exports"` or `"main"` entry]: packages.md#main-entry-point-export | |
| 3142 | 3155 | [`--pending-deprecation`]: cli.md#--pending-deprecation | |
| 3143 | 3156 | [`--throw-deprecation`]: cli.md#--throw-deprecation | |
| 3157 | + [`--trace-atomics-wait`]: cli.md#--trace-atomics-wait | ||
| 3144 | 3158 | [`--unhandled-rejections`]: cli.md#--unhandled-rejectionsmode | |
| 3145 | 3159 | [`Buffer.allocUnsafeSlow(size)`]: buffer.md#static-method-bufferallocunsafeslowsize | |
| 3146 | 3160 | [`Buffer.from(array)`]: buffer.md#static-method-bufferfromarray | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -429,6 +429,7 @@ favour of TLSv1.3, which is more secure. | |||
| 429 | 429 | Print short summaries of calls to | |
| 430 | 430 | .Sy Atomics.wait() . | |
| 431 | 431 | . | |
| 432 | + This flag is deprecated. | ||
| 432 | 433 | .It Fl -trace-deprecation | |
| 433 | 434 | Print stack traces for deprecations. | |
| 434 | 435 | . | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -539,7 +539,7 @@ EnvironmentOptionsParser::EnvironmentOptionsParser() { | |||
| 539 | 539 | &EnvironmentOptions::throw_deprecation, | |
| 540 | 540 | kAllowedInEnvironment); | |
| 541 | 541 | AddOption("--trace-atomics-wait", | |
| 542 | - "trace Atomics.wait() operations", | ||
| 542 | + "(deprecated) trace Atomics.wait() operations", | ||
| 543 | 543 | &EnvironmentOptions::trace_atomics_wait, | |
| 544 | 544 | kAllowedInEnvironment); | |
| 545 | 545 | AddOption("--trace-deprecation", | |
| Back | FazBrowse Home | New Git URL |
0 commit comments