| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -397,14 +397,14 @@ The `connectListener` parameter will be added as a listener for the | |||
| 397 | 397 | ### socket.connect(path[, connectListener]) | |
| 398 | 398 | ### socket.connect(port[, host][, connectListener]) | |
| 399 | 399 | ||
| 400 | - As [`socket.connect(options\[, connectListener\])`][`socket.connect(options, connectListener)`], | ||
| 400 | + As [`socket.connect(options[, connectListener])`][`socket.connect(options, connectListener)`], | ||
| 401 | 401 | with options either as either `{port: port, host: host}` or `{path: path}`. | |
| 402 | 402 | ||
| 403 | 403 | ### socket.connecting | |
| 404 | 404 | ||
| 405 | - If `true` - [`socket.connect(options\[, connectListener\])`][] was called and | ||
| 405 | + If `true` - [`socket.connect(options[, connectListener])`][`socket.connect(options, connectListener)`] was called and | ||
| 406 | 406 | haven't yet finished. Will be set to `false` before emitting `connect` event | |
| 407 | - and/or calling [`socket.connect(options\[, connectListener\])`][]'s callback. | ||
| 407 | + and/or calling [`socket.connect(options[, connectListener])`][`socket.connect(options, connectListener)`]'s callback. | ||
| 408 | 408 | ||
| 409 | 409 | ### socket.destroy() | |
| 410 | 410 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments