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 @@ -1494,7 +1494,7 @@ console.log(Buffer.isEncoding(''));
1494
1494
// Prints: false
1495
1495
```
1496
1496
1497
- ### Class property: ` Buffer.poolSize `
1497
+ ### ` Buffer.poolSize `
1498
1498
1499
1499
<!-- YAML
1500
1500
added: v0.11.3
@@ -5515,7 +5515,7 @@ introducing security vulnerabilities into an application.
5515
5515
[ `Buffer.from(arrayBuf)` ] : #static-method-bufferfromarraybuffer-byteoffset-length
5516
5516
[ `Buffer.from(buffer)` ] : #static-method-bufferfrombuffer
5517
5517
[ `Buffer.from(string)` ] : #static-method-bufferfromstring-encoding
5518
- [ `Buffer.poolSize` ] : #class-property- bufferpoolsize
5518
+ [ `Buffer.poolSize` ] : #bufferpoolsize
5519
5519
[ `ERR_INVALID_BUFFER_SIZE` ] : errors.md#err_invalid_buffer_size
5520
5520
[ `ERR_OUT_OF_RANGE` ] : errors.md#err_out_of_range
5521
5521
[ `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 @@ -1651,7 +1651,7 @@ A MIME string is a structured string containing multiple meaningful
1651
1651
components. When parsed, a ` MIMEType ` object is returned containing
1652
1652
properties for each of these components.
1653
1653
1654
- ### Constructor: ` new MIMEType(input) `
1654
+ ### ` new MIMEType(input) `
1655
1655
1656
1656
* ` input ` {string} The input MIME to parse
1657
1657
@@ -1843,7 +1843,7 @@ added:
1843
1843
The ` MIMEParams ` API provides read and write access to the parameters of a
1844
1844
` MIMEType ` .
1845
1845
1846
- ### Constructor: ` new MIMEParams() `
1846
+ ### ` new MIMEParams() `
1847
1847
1848
1848
Creates a new ` MIMEParams ` object by with empty parameters
1849
1849
You can’t perform that action at this time.
0 commit comments