File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2574,15 +2574,15 @@ console.log(buf);
25742574
25752575## Buffer Constants
25762576<!-- YAML
2577- added: 8 .2.0
2577+ added: v8 .2.0
25782578-->
25792579
25802580Note that ` buffer.constants ` is a property on the ` buffer ` module returned by
25812581` require('buffer') ` , not on the ` Buffer ` global or a ` Buffer ` instance.
25822582
25832583### buffer.constants.MAX_LENGTH
25842584<!-- YAML
2585- added: 8 .2.0
2585+ added: v8 .2.0
25862586-->
25872587
25882588* {integer} The largest size allowed for a single ` Buffer ` instance.
@@ -2594,7 +2594,7 @@ This value is also available as [`buffer.kMaxLength`][].
25942594
25952595### buffer.constants.MAX_STRING_LENGTH
25962596<!-- YAML
2597- added: 8 .2.0
2597+ added: v8 .2.0
25982598-->
25992599
26002600* {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:
704704 - version: v9.4.0
705705 pr-url: https://github.com/nodejs/node/pull/17412
706706 description: The `windowsHide` option is supported now.
707- - version: 8 .2.0
707+ - version: v8 .2.0
708708 pr-url: https://github.com/nodejs/node/pull/14140
709709 description: The `inspectPort` option is supported now.
710710 - version: v6.4.0
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ undefined
203203<!-- YAML
204204added: v8.0.0
205205changes:
206- - version: 9 .3.0
206+ - version: v9 .3.0
207207 pr-url: https://github.com/nodejs/node/pull/17033
208208 description: "`console.debug` is now an alias for `console.log`."
209209-->
@@ -242,7 +242,7 @@ Defaults to `false`. Colors are customizable; see
242242<!-- YAML
243243added: v8.0.0
244244changes:
245- - version: 9 .3.0
245+ - version: v9 .3.0
246246 pr-url: https://github.com/nodejs/node/pull/17152
247247 description: "`console.dirxml` now calls `console.log` for its arguments."
248248-->
Original file line number Diff line number Diff line change @@ -365,7 +365,7 @@ Emitted when the `fs.ReadStream`'s file descriptor has been opened.
365365
366366### readStream.bytesRead
367367<!-- YAML
368- added: 6 .4.0
368+ added: v6 .4.0
369369-->
370370
371371* Value: {number}
Original file line number Diff line number Diff line change @@ -468,7 +468,7 @@ Would generate the output:
468468
469469## process.argv0
470470<!-- YAML
471- added: 6 .4.0
471+ added: v6 .4.0
472472-->
473473
474474* {string}
@@ -694,7 +694,7 @@ module.exports.foo();
694694
695695## process.emitWarning(warning[ , options] )
696696<!-- YAML
697- added: 8 .0.0
697+ added: v8 .0.0
698698-->
699699
700700* ` warning ` {string|Error} The warning to emit.
You can’t perform that action at this time.
0 commit comments