summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2016-05-16 13:22:17 -0700
committerRich Trott <rtrott@gmail.com>2016-05-16 14:50:45 -0700
commit5f31b7e014dca80da7818db5e235062b4dab24de (patch)
tree5c2c630027e264aa043fbbc0806d5cf52c16f3b9 /doc
parent5a5b74aad6c7758dd54802c9d56b9ed4c9dfaef8 (diff)
downloadandroid-node-v8-5f31b7e014dca80da7818db5e235062b4dab24de.tar.gz
android-node-v8-5f31b7e014dca80da7818db5e235062b4dab24de.tar.bz2
android-node-v8-5f31b7e014dca80da7818db5e235062b4dab24de.zip
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: https://github.com/nodejs/node/pull/6750 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/dgram.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/api/dgram.md b/doc/api/dgram.md
index 53eeb81898..953d4bf8c9 100644
--- a/doc/api/dgram.md
+++ b/doc/api/dgram.md
@@ -283,6 +283,9 @@ not work because the packet will get silently dropped without informing the
source that the data did not reach its intended recipient.
### socket.setBroadcast(flag)
+<!-- YAML
+added: v0.6.9
+-->
* `flag` {Boolean}