Commit f07e820 1 parent c1a327b commit f07e820 Copy full SHA for f07e820
File tree 5 files changed +9
-9
lines changed
5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -2534,15 +2534,15 @@ console.log(buf);
2534
2534
2535
2535
## Buffer Constants
2536
2536
<!-- YAML
2537
- added: 8 .2.0
2537
+ added: v8 .2.0
2538
2538
-->
2539
2539
2540
2540
Note that ` buffer.constants ` is a property on the ` buffer ` module returned by
2541
2541
` require('buffer') ` , not on the ` Buffer ` global or a ` Buffer ` instance.
2542
2542
2543
2543
### buffer.constants.MAX_LENGTH
2544
2544
<!-- YAML
2545
- added: 8 .2.0
2545
+ added: v8 .2.0
2546
2546
-->
2547
2547
2548
2548
* {integer} The largest size allowed for a single ` Buffer ` instance.
@@ -2554,7 +2554,7 @@ This value is also available as [`buffer.kMaxLength`][].
2554
2554
2555
2555
### buffer.constants.MAX_STRING_LENGTH
2556
2556
<!-- YAML
2557
- added: 8 .2.0
2557
+ added: v8 .2.0
2558
2558
-->
2559
2559
2560
2560
* {integer} The largest length allowed for a single ` string ` instance.
Original file line number Diff line number Diff line change @@ -704,7 +704,7 @@ changes:
704
704
- version: v9.4.0
705
705
pr-url: https://github.com/nodejs/node/pull/17412
706
706
description: The `windowsHide` option is supported now.
707
- - version: 8 .2.0
707
+ - version: v8 .2.0
708
708
pr-url: https://github.com/nodejs/node/pull/14140
709
709
description: The `inspectPort` option is supported now.
710
710
- version: v6.4.0
Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ undefined
241
241
<!-- YAML
242
242
added: v8.0.0
243
243
changes:
244
- - version: 9 .3.0
244
+ - version: v9 .3.0
245
245
pr-url: https://github.com/nodejs/node/pull/17033
246
246
description: "`console.debug` is now an alias for `console.log`."
247
247
-->
@@ -280,7 +280,7 @@ Defaults to `false`. Colors are customizable; see
280
280
<!-- YAML
281
281
added: v8.0.0
282
282
changes:
283
- - version: 9 .3.0
283
+ - version: v9 .3.0
284
284
pr-url: https://github.com/nodejs/node/pull/17152
285
285
description: "`console.dirxml` now calls `console.log` for its arguments."
286
286
-->
Original file line number Diff line number Diff line change @@ -366,7 +366,7 @@ Emitted when the `fs.ReadStream`'s file descriptor has been opened.
366
366
367
367
### readStream.bytesRead
368
368
<!-- YAML
369
- added: 6 .4.0
369
+ added: v6 .4.0
370
370
-->
371
371
372
372
* Value: {number}
Original file line number Diff line number Diff line change @@ -468,7 +468,7 @@ Would generate the output:
468
468
469
469
## process.argv0
470
470
<!-- YAML
471
- added: 6 .4.0
471
+ added: v6 .4.0
472
472
-->
473
473
474
474
* {string}
@@ -694,7 +694,7 @@ module.exports.foo();
694
694
695
695
## process.emitWarning(warning[ , options] )
696
696
<!-- YAML
697
- added: 8 .0.0
697
+ added: v8 .0.0
698
698
-->
699
699
700
700
* ` warning ` {string|Error} The warning to emit.
You can’t perform that action at this time.
0 commit comments