-
Notifications
You must be signed in to change notification settings - Fork 30.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs: http.ClientRequest "timeout" event missing #14856
Comments
This "timeout" event is very simple and wellknown event. **request.setTimeout(timeout[, callback]) |
Adds the `'timeout'` event to the `http.ClientRequest` documentation. Fixes: nodejs#14856
Adds the `'timeout'` event to the `http.ClientRequest` documentation. PR-URL: #15443 Fixes: #14856 Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
Adds the `'timeout'` event to the `http.ClientRequest` documentation. PR-URL: nodejs/node#15443 Fixes: nodejs/node#14856 Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
Adds the `'timeout'` event to the `http.ClientRequest` documentation. PR-URL: nodejs/node#15443 Fixes: nodejs/node#14856 Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
The setTimeout() documentation mentions an undocumented "timeout" event.
The text was updated successfully, but these errors were encountered: