fix(ext/node): implement dgram setBroadcast (#29195)

This commit is contained in:
Divy Srivastava 2025-05-08 09:03:43 +05:30 committed by GitHub
parent d67da9d4e7
commit 802826e54e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 71 additions and 4 deletions

View file

@ -156,6 +156,7 @@ deno_core::extension!(deno_net,
ops::op_net_leave_multi_v6_udp,
ops::op_net_set_multi_loopback_udp,
ops::op_net_set_multi_ttl_udp,
ops::op_net_set_broadcast_udp,
ops::op_dns_resolve<P>,
ops::op_set_nodelay,
ops::op_set_keepalive,