Skip to content

Commit af096f1

Browse files
Trottevanlucas
authored andcommitted
doc: add added info for dgram.setBroadcast()
Since I was doing the necessary git spelunking anyway, I took the time to add the YAML information into the docs about when `setBroadcast()` first appeared in its current form. PR-URL: #6750 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent be5386e commit af096f1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/api/dgram.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,9 @@ not work because the packet will get silently dropped without informing the
283283
source that the data did not reach its intended recipient.
284284

285285
### socket.setBroadcast(flag)
286+
<!-- YAML
287+
added: v0.6.9
288+
-->
286289

287290
* `flag` {Boolean}
288291

0 commit comments

Comments
 (0)