ConflatedBroadcastChannel

constructor()(source)


constructor(value: E)(source)

Creates an instance of this class that already holds a value.

It is as a shortcut to creating an instance with a default constructor and immediately sending an element: ConflatedBroadcastChannel().apply { offer(value) }.