| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent ca2dff6 commit d37f67d
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1493,7 +1493,7 @@ console.log(Buffer.isEncoding('')); | |||
| 1493 | 1493 | // Prints: false | |
| 1494 | 1494 | ``` | |
| 1495 | 1495 | ||
| 1496 | - ### Class property: `Buffer.poolSize` | ||
| 1496 | + ### `Buffer.poolSize` | ||
| 1497 | 1497 | ||
| 1498 | 1498 | <!-- YAML | |
| 1499 | 1499 | added: v0.11.3 | |
@@ -5531,7 +5531,7 @@ introducing security vulnerabilities into an application. | |||
| 5531 | 5531 | [`Buffer.from(arrayBuf)`]: #static-method-bufferfromarraybuffer-byteoffset-length | |
| 5532 | 5532 | [`Buffer.from(buffer)`]: #static-method-bufferfrombuffer | |
| 5533 | 5533 | [`Buffer.from(string)`]: #static-method-bufferfromstring-encoding | |
| 5534 | - [`Buffer.poolSize`]: #class-property-bufferpoolsize | ||
| 5534 | + [`Buffer.poolSize`]: #bufferpoolsize | ||
| 5535 | 5535 | [`ERR_INVALID_BUFFER_SIZE`]: errors.md#err_invalid_buffer_size | |
| 5536 | 5536 | [`ERR_OUT_OF_RANGE`]: errors.md#err_out_of_range | |
| 5537 | 5537 | [`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 | |||
| 1579 | 1579 | components. When parsed, a `MIMEType` object is returned containing | |
| 1580 | 1580 | properties for each of these components. | |
| 1581 | 1581 | ||
| 1582 | - ### Constructor: `new MIMEType(input)` | ||
| 1582 | + ### `new MIMEType(input)` | ||
| 1583 | 1583 | ||
| 1584 | 1584 | * `input` {string} The input MIME to parse | |
| 1585 | 1585 | ||
@@ -1771,7 +1771,7 @@ added: | |||
| 1771 | 1771 | The `MIMEParams` API provides read and write access to the parameters of a | |
| 1772 | 1772 | `MIMEType`. | |
| 1773 | 1773 | ||
| 1774 | - ### Constructor: `new MIMEParams()` | ||
| 1774 | + ### `new MIMEParams()` | ||
| 1775 | 1775 | ||
| 1776 | 1776 | Creates a new `MIMEParams` object by with empty parameters | |
| 1777 | 1777 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments