Skip to content

feat(storage): add cross-tab sync via BroadcastChannel #105

Description

@marcstraube

Goal

Synchronize StorageManager changes across browser tabs using the existing BroadcastManager module.

Requirements

  • Opt-in via config: sync: true
  • Emit change events when other tabs modify storage
  • Conflict resolution (last-write-wins or custom)
  • Leverage existing BroadcastManager internally

Metadata

Metadata

Assignees

Labels

effort:mMedium (30 min - 2h)enhancementNew feature or request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions