doc: fix "added in" for Buffer.allocUnsafeSlow()
PR-URL: https://github.com/nodejs/node/pull/15330 Fixes: https://github.com/nodejs/node/issues/15279 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
parent
35a526c1d4
commit
0dad97cdec
@ -616,7 +616,7 @@ additional performance that [`Buffer.allocUnsafe()`] provides.
|
|||||||
|
|
||||||
### Class Method: Buffer.allocUnsafeSlow(size)
|
### Class Method: Buffer.allocUnsafeSlow(size)
|
||||||
<!-- YAML
|
<!-- YAML
|
||||||
added: v5.10.0
|
added: v5.12.0
|
||||||
-->
|
-->
|
||||||
|
|
||||||
* `size` {integer} The desired length of the new `Buffer`
|
* `size` {integer} The desired length of the new `Buffer`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user