From 799da2419dc6ae6fcdf95fe9517086a517b2a9d0 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Mon, 16 May 2016 13:22:17 -0700 Subject: [PATCH] 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. --- doc/api/dgram.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/api/dgram.md b/doc/api/dgram.md index 53eeb818986fec..953d4bf8c9c0b3 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) + * `flag` {Boolean}