new BroadcastChannel(name)


  • name <any> 要连接的通道名称。 任何可以使用 `${name}` 转换为字符串的 JavaScript 值都是允许的。
  • name <any> The name of the channel to connect to. Any JavaScript value that can be converted to a string using `${name}` is permitted.