Skip to content

Commit 4f31071

Browse files
TrottMylesBorins
authored andcommitted
doc: add added: info for dgram.*Membership()
Since I was doing the necessary git archaeology anyway, I took the time to add YAML information to the docs about when `addMembership()` and `dropMembership()` first appeared in their current forms. PR-URL: #6753 Ref: #6578 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]>
1 parent 9ddc615 commit 4f31071

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/api/dgram.md

+6
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ socket.on('message', (msg, rinfo) => {
7171
```
7272

7373
### socket.addMembership(multicastAddress[, multicastInterface])
74+
<!-- YAML
75+
added: v0.6.9
76+
-->
7477

7578
* `multicastAddress` {String}
7679
* `multicastInterface` {String}, Optional
@@ -174,6 +177,9 @@ Close the underlying socket and stop listening for data on it. If a callback is
174177
provided, it is added as a listener for the [`'close'`][] event.
175178

176179
### socket.dropMembership(multicastAddress[, multicastInterface])
180+
<!-- YAML
181+
added: v0.6.9
182+
-->
177183

178184
* `multicastAddress` {String}
179185
* `multicastInterface` {String}, Optional

0 commit comments

Comments
 (0)