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.
Methods
Section titled “Methods”broadcast()
Section titled “broadcast()”broadcast():
void
Defined in: index.ts:46
Returns
Section titled “Returns”void
listen()
Section titled “listen()”listen(
onRemoteChange):void
Defined in: index.ts:47
Parameters
Section titled “Parameters”onRemoteChange
Section titled “onRemoteChange”() => void
Returns
Section titled “Returns”void