| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 831a0d3 commit 24c1ef9
2 files 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 | |
@@ -5535,7 +5535,7 @@ introducing security vulnerabilities into an application. | |||
| 5535 | 5535 | [`Buffer.from(arrayBuf)`]: #static-method-bufferfromarraybuffer-byteoffset-length | |
| 5536 | 5536 | [`Buffer.from(buffer)`]: #static-method-bufferfrombuffer | |
| 5537 | 5537 | [`Buffer.from(string)`]: #static-method-bufferfromstring-encoding | |
| 5538 | - [`Buffer.poolSize`]: #class-property-bufferpoolsize | ||
| 5538 | + [`Buffer.poolSize`]: #bufferpoolsize | ||
| 5539 | 5539 | [`ERR_INVALID_BUFFER_SIZE`]: errors.md#err_invalid_buffer_size | |
| 5540 | 5540 | [`ERR_OUT_OF_RANGE`]: errors.md#err_out_of_range | |
| 5541 | 5541 | [`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 | |
|---|---|---|---|
@@ -1628,7 +1628,7 @@ A MIME string is a structured string containing multiple meaningful | |||
| 1628 | 1628 | components. When parsed, a `MIMEType` object is returned containing | |
| 1629 | 1629 | properties for each of these components. | |
| 1630 | 1630 | ||
| 1631 | - ### Constructor: `new MIMEType(input)` | ||
| 1631 | + ### `new MIMEType(input)` | ||
| 1632 | 1632 | ||
| 1633 | 1633 | * `input` {string} The input MIME to parse | |
| 1634 | 1634 | ||
@@ -1820,7 +1820,7 @@ added: | |||
| 1820 | 1820 | The `MIMEParams` API provides read and write access to the parameters of a | |
| 1821 | 1821 | `MIMEType`. | |
| 1822 | 1822 | ||
| 1823 | - ### Constructor: `new MIMEParams()` | ||
| 1823 | + ### `new MIMEParams()` | ||
| 1824 | 1824 | ||
| 1825 | 1825 | Creates a new `MIMEParams` object by with empty parameters | |
| 1826 | 1826 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments