-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Commit
Modifies the setTimeout methods for the following prototypes: - http.ClientRequest - http.IncomingMessage - http.OutgoingMessage - http.Server - https.Server - net.Socket - tls.TLSSocket Previously, the above functions returned undefined. They now return `this`. This is useful for chaining function calls. PR-URL: #1699 Reviewed-By: Roman Reiss <[email protected]>
- Loading branch information
There are no files selected for viewing
4 comments
on commit d4726cd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
semver: minor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the PR was tagged as minor, did I miss anything?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh wait did we give up on including that in the commit message? Sorry, forgot. Carry on. :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Haven't heard of that practice yet. I checked the last semver commits, and they didn't include such a tag. If such a tag is prefered, please add it to COLLABORATOR_GUIDE.md ;)
//where until variable s ?