| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 99cb362 commit d6bd78f
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -998,6 +998,16 @@ If `timeout` is 0, then the existing idle timeout is disabled. | |||
| 998 | 998 | The optional `callback` parameter will be added as a one-time listener for the | |
| 999 | 999 | [`'timeout'`][] event. | |
| 1000 | 1000 | ||
| 1001 | + ### `socket.timeout` | ||
| 1002 | + <!-- YAML | ||
| 1003 | + added: v10.7.0 | ||
| 1004 | + --> | ||
| 1005 | + | ||
| 1006 | + * {number|undefined} | ||
| 1007 | + | ||
| 1008 | + The socket timeout in milliseconds as set by [`socket.setTimeout()`][]. | ||
| 1009 | + It is `undefined` if a timeout has not been set. | ||
| 1010 | + | ||
| 1001 | 1011 | ### `socket.unref()` | |
| 1002 | 1012 | <!-- YAML | |
| 1003 | 1013 | added: v0.9.1 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments