setWebNotifier()
function setWebNotifier(notifier: WebNotifier): void;Defined in: src/lib/observable/registry.ts:354
Register a web notifier callback. Call this from client runtime to enable web notifications.
Parameters
| Parameter | Type | Description |
|---|---|---|
notifier | WebNotifier | Function to call when web should be notified of a value change |
Returns
void