File tree 4 files changed +5
-4
lines changed
4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -2596,7 +2596,7 @@ tarball.
2596
2596
that are no longer supported).
2597
2597
* ` ' Dubnium' ` for the 10.x LTS line beginning with 10.13.0.
2598
2598
* ` ' Erbium' ` for the 12.x LTS line beginning with 12.13.0.
2599
- For other LTS Release code names, see [Node.js Changelog Archive](https://github.com/nodejs/node/blob/HEAD/doc/changelogs/CHANGELOG_ARCHIVE.md)
2599
+ For other LTS Release code names, see [Node.js Changelog Archive](https://github.com/nodejs/node/blob/HEAD/doc/changelogs/CHANGELOG_ARCHIVE.md)
2600
2600
2601
2601
<!-- eslint-skip -->
2602
2602
` ` ` js
Original file line number Diff line number Diff line change @@ -1493,6 +1493,7 @@ changes:
1493
1493
or ` null ` to stop the negotiation process. ` psk ` must be
1494
1494
compatible with the selected cipher's digest.
1495
1495
` identity ` must use UTF-8 encoding.
1496
+
1496
1497
When negotiating TLS-PSK (pre-shared keys), this function is called
1497
1498
with optional identity ` hint ` provided by the server or ` null `
1498
1499
in case of TLS 1.3 where ` hint ` was removed.
@@ -1928,6 +1929,7 @@ changes:
1928
1929
* Returns: {Buffer|TypedArray|DataView} pre-shared key that must either be
1929
1930
a buffer or ` null ` to stop the negotiation process. Returned PSK must be
1930
1931
compatible with the selected cipher's digest.
1932
+
1931
1933
When negotiating TLS-PSK (pre-shared keys), this function is called
1932
1934
with the identity provided by the client.
1933
1935
If the return value is ` null ` the negotiation process will stop and an
Original file line number Diff line number Diff line change @@ -184,8 +184,7 @@ Returns:
184
184
* ` 1 ` for 2,
185
185
* ` 4 ` for 16,
186
186
* ` 8 ` for 256,
187
- * ` 24 ` for 16,777,216
188
- colors supported.
187
+ * ` 24 ` for 16,777,216 colors supported.
189
188
190
189
Use this to determine what colors the terminal supports. Due to the nature of
191
190
colors in terminals it is possible to either have false positives or false
Original file line number Diff line number Diff line change @@ -798,7 +798,7 @@ added:
798
798
* ` evaluateCallback` {Function } Called when the module is evaluated.
799
799
* ` options`
800
800
* ` identifier` {string} String used in stack traces.
801
- ** Default: ** ` 'vm:module(i)'` where ` i` is a context- specific ascending
801
+ ** Default: ** ` 'vm:module(i)'` where ` i` is a context- specific ascending
802
802
index.
803
803
* ` context` {Object } The [contextified][] object as returned by the
804
804
` vm.createContext()` method, to compile and evaluate this ` Module` in .
You can’t perform that action at this time.
0 commit comments