BroadcastChannelSynchronizer
The BroadcastChannelSynchronizer interface represents a Synchronizer that lets you synchronize MergeableStore data to and from other MergeableStore instances via a browser's BroadcastChannel API.
You should use the createBroadcastChannelSynchronizer function to create a BroadcastChannelSynchronizer object.
It is a minor extension to the Synchronizer interface and simply provides an extra getChannelName method for accessing the name of the channel being used.
Since
v5.0.0