boneskull
changed the title
dgram: improve Socket docs and invalid arg behavior
dgram: improve "address" parameter behavior in Socket.prototype.send
sam-github
added
the
semver-minor
label
Jan 11, 2017
sam-github
added
semver-major
and removed semver-minor
PRs that contain new features and should be released in the next minor version.labels
Jan 11, 2017- Add coverage around valid, undocumented types for `address` parameter. - Add coverage around known invalid, but uncovered, types for `address` parameter.
- Do not require presence of `address` parameter to use `callback` parameter; `address` is *always* optional - Improve exception messaging if `address` is invalid type - If `address` is an invalid type, guarantee a synchronously thrown exception - Update documentation to reflect signature changes
Trott pushed a commit to Trott/io.js that referenced this pull request
Feb 17, 2017- Do not require presence of `address` parameter to use `callback` parameter; `address` is *always* optional - Improve exception messaging if `address` is invalid type - If `address` is an invalid type, guarantee a synchronously thrown exception - Update documentation to reflect signature changes - Add coverage around valid, undocumented types for `address` parameter. - Add coverage around known invalid, but uncovered, types for `address` parameter. PR-URL: nodejs#10473 Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Closed
Trott
mentioned this pull request
Closed