| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent b5752ee commit 6b1a40e
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -308,7 +308,7 @@ added: v0.1.21 | |||
| 308 | 308 | * `expected` {any} | |
| 309 | 309 | * `message` {any} **Default:** `'Failed'` | |
| 310 | 310 | * `operator` {string} **Default:** '!=' | |
| 311 | - * `stackStartFunction` {function} **Default:** `assert.fail` | ||
| 311 | + * `stackStartFunction` {Function} **Default:** `assert.fail` | ||
| 312 | 312 | ||
| 313 | 313 | Throws an `AssertionError`. If `message` is falsy, the error message is set as | |
| 314 | 314 | the values of `actual` and `expected` separated by the provided `operator`. If | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -720,7 +720,7 @@ changes: | |||
| 720 | 720 | `'ipc'` entry. When this option is provided, it overrides `silent`. | |
| 721 | 721 | * `uid` {number} Sets the user identity of the process. (See setuid(2).) | |
| 722 | 722 | * `gid` {number} Sets the group identity of the process. (See setgid(2).) | |
| 723 | - * `inspectPort` {number|function} Sets inspector port of worker. | ||
| 723 | + * `inspectPort` {number|Function} Sets inspector port of worker. | ||
| 724 | 724 | This can be a number, or a function that takes no arguments and returns a | |
| 725 | 725 | number. By default each worker gets its own port, incremented from the | |
| 726 | 726 | master's `process.debugPort`. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1236,7 +1236,7 @@ added: v8.4.0 | |||
| 1236 | 1236 | * `options` {Object} | |
| 1237 | 1237 | * `endStream` {boolean} Set to `true` to indicate that the response will not | |
| 1238 | 1238 | include payload data. | |
| 1239 | - * `getTrailers` {function} Callback function invoked to collect trailer | ||
| 1239 | + * `getTrailers` {Function} Callback function invoked to collect trailer | ||
| 1240 | 1240 | headers. | |
| 1241 | 1241 | * Returns: {undefined} | |
| 1242 | 1242 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments