| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 9ddc615 commit 4f31071
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -71,6 +71,9 @@ socket.on('message', (msg, rinfo) => { | |||
| 71 | 71 | ``` | |
| 72 | 72 | ||
| 73 | 73 | ### socket.addMembership(multicastAddress[, multicastInterface]) | |
| 74 | + <!-- YAML | ||
| 75 | + added: v0.6.9 | ||
| 76 | + --> | ||
| 74 | 77 | ||
| 75 | 78 | * `multicastAddress` {String} | |
| 76 | 79 | * `multicastInterface` {String}, Optional | |
@@ -174,6 +177,9 @@ Close the underlying socket and stop listening for data on it. If a callback is | |||
| 174 | 177 | provided, it is added as a listener for the [`'close'`][] event. | |
| 175 | 178 | ||
| 176 | 179 | ### socket.dropMembership(multicastAddress[, multicastInterface]) | |
| 180 | + <!-- YAML | ||
| 181 | + added: v0.6.9 | ||
| 182 | + --> | ||
| 177 | 183 | ||
| 178 | 184 | * `multicastAddress` {String} | |
| 179 | 185 | * `multicastInterface` {String}, Optional | |
| Back | FazBrowse Home | New Git URL |
0 commit comments