File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1493,7 +1493,7 @@ console.log(Buffer.isEncoding(''));
14931493// Prints: false
14941494```
14951495
1496- ### Class property: ` Buffer.poolSize `
1496+ ### ` Buffer.poolSize `
14971497
14981498<!-- YAML
14991499added: v0.11.3
@@ -5531,7 +5531,7 @@ introducing security vulnerabilities into an application.
55315531[ `Buffer.from(arrayBuf)` ] : #static-method-bufferfromarraybuffer-byteoffset-length
55325532[ `Buffer.from(buffer)` ] : #static-method-bufferfrombuffer
55335533[ `Buffer.from(string)` ] : #static-method-bufferfromstring-encoding
5534- [ `Buffer.poolSize` ] : #class-property- bufferpoolsize
5534+ [ `Buffer.poolSize` ] : #bufferpoolsize
55355535[ `ERR_INVALID_BUFFER_SIZE` ] : errors.md#err_invalid_buffer_size
55365536[ `ERR_OUT_OF_RANGE` ] : errors.md#err_out_of_range
55375537[ `JSON.stringify()` ] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify
Original file line number Diff line number Diff line change @@ -1579,7 +1579,7 @@ A MIME string is a structured string containing multiple meaningful
15791579components. When parsed, a ` MIMEType ` object is returned containing
15801580properties for each of these components.
15811581
1582- ### Constructor: ` new MIMEType(input) `
1582+ ### ` new MIMEType(input) `
15831583
15841584* ` input ` {string} The input MIME to parse
15851585
@@ -1771,7 +1771,7 @@ added:
17711771The ` MIMEParams ` API provides read and write access to the parameters of a
17721772` MIMEType ` .
17731773
1774- ### Constructor: ` new MIMEParams() `
1774+ ### ` new MIMEParams() `
17751775
17761776Creates a new ` MIMEParams ` object by with empty parameters
17771777
You can’t perform that action at this time.
0 commit comments