Skip to content

Transport

Defined in: index.ts:45

Transport for cross-context change notifications. The core doesn’t care about the implementation (the webext entry provides a runtime-message one); it only broadcasts after a local change and refreshes on a remote change.

broadcast(): void

Defined in: index.ts:46

void


listen(onRemoteChange): void

Defined in: index.ts:47

() => void

void