Deno.MulticastV6Membership.setLoopback - Deno documentation
property Deno.MulticastV6Membership.setLoopback

Sets the multicast loopback option. If enabled, multicast packets will be looped back to the local socket.

Type

(loopback: boolean) => Promise<void>