broadcast.push([...transforms][, options])
...transforms<Function> | <Object>options<Object>signal<AbortSignal>
- 返回:AsyncIterable
创建一个新的消费者。每个消费者从订阅时起接收写入广播的所有数据。可选的转换将应用于该消费者对数据的视图。
🌐 Create a new consumer. Each consumer receives all data written to the broadcast from the point of subscription onward. Optional transforms are applied to this consumer's view of the data.