PostOptions
Properties
Section titled “Properties”optional echo?: boolean;Also deliver to this client’s own handlers.
A post is not echoed by default, which matches BroadcastChannel and is
usually right. It is wrong for the case the README kept demonstrating: a
component that has to update local state and tell everyone else ends up
writing the same effect twice, in two places, which then drift.