* When an indicator update happens * @param {(changes: UpdateChangeType[]) => void} cb * @event
(cb)
| 412 | * @event |
| 413 | */ |
| 414 | onUpdate(cb) { |
| 415 | this.#callbacks.update.push(cb); |
| 416 | } |
| 417 | |
| 418 | /** |
| 419 | * When indicator error happens |
no outgoing calls
no test coverage detected