We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0c8f9e commit a175494Copy full SHA for a175494
doc/api/buffer.md
@@ -5515,7 +5515,7 @@ introducing security vulnerabilities into an application.
5515
[`Buffer.from(arrayBuf)`]: #static-method-bufferfromarraybuffer-byteoffset-length
5516
[`Buffer.from(buffer)`]: #static-method-bufferfrombuffer
5517
[`Buffer.from(string)`]: #static-method-bufferfromstring-encoding
5518
-[`Buffer.poolSize`]: #class-property-bufferpoolsize
+[`Buffer.poolSize`]: #bufferpoolsize
5519
[`ERR_INVALID_BUFFER_SIZE`]: errors.md#err_invalid_buffer_size
5520
[`ERR_OUT_OF_RANGE`]: errors.md#err_out_of_range
5521
[`JSON.stringify()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify
0 commit comments