The read-only BroadcastChannel.name
property returns a string, which uniquely identifies the given channel with its name. This name is passed to the BroadcastChannel()
constructor at creation time and is therefore read-only.
Note: This feature is available in Web Workers