Skip to content

dgram: tighten `address` validation in `socket.send`

Rodrigo Muino Tomonari requested to merge github/fork/VoltrexKeyva/patch-6 into master

We don't mention a value being "falsy" in validation, its better to use a validator here to keep consistency, this change makes the address parameter only accept a string, null or undefined.

Merge request reports

Loading