Create a Broadcast from an existing source. The source is consumed automatically and pushed to all subscribers.
function
stream.iter.Broadcast.from
@param options
Same as broadcast().
Referenced types
type ByteReadableStream = AsyncIterable<Uint8Array[]>
type SyncByteReadableStream = Iterable<Uint8Array[]>