Deno.MulticastV6Membership

UNSTABLE: New API, yet to be vetted.

Represents membership of a IPv6 multicast group.

interface MulticastV6Membership {
leave: () => Promise<void>;
setLoopback: (loopback: boolean) => Promise<void>;
}

§Properties

§
leave: () => Promise<void>
[src]

Leaves the multicast group.

§
setLoopback: (loopback: boolean) => Promise<void>
[src]

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