| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 4a39869 commit 545bf43
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3322,13 +3322,13 @@ const server = http.createServer((req, res) => { | |||
| 3322 | 3322 | }); | |
| 3323 | 3323 | ``` | |
| 3324 | 3324 | ||
| 3325 | - ### `outgoingMessage.setTimeout(msesc[, callback])` | ||
| 3325 | + ### `outgoingMessage.setTimeout(msecs[, callback])` | ||
| 3326 | 3326 | ||
| 3327 | 3327 | <!-- YAML | |
| 3328 | 3328 | added: v0.9.12 | |
| 3329 | 3329 | --> | |
| 3330 | 3330 | ||
| 3331 | - * `msesc` {number} | ||
| 3331 | + * `msecs` {number} | ||
| 3332 | 3332 | * `callback` {Function} Optional function to be called when a timeout | |
| 3333 | 3333 | occurs. Same as binding to the `timeout` event. | |
| 3334 | 3334 | * Returns: {this} | |
| Back | FazBrowse Home | New Git URL |
0 commit comments