Function: createPresence()
function createPresence(name, options?): Presence;
Tracks the other tabs/windows/workers on this bus. Any message from a peer counts as a liveness signal (state patches, events, and presence pings all piggyback); explicit 'bye' or silence past pruneAfterMs removes them.
Parameters
| Parameter | Type |
|---|---|
name | string |
options? | PresenceOptions |