* When the replay session ends * @param {() => void} cb * @event
(cb)
| 511 | * @event |
| 512 | */ |
| 513 | onReplayEnd(cb) { |
| 514 | this.#callbacks.replayEnd.push(cb); |
| 515 | } |
| 516 | |
| 517 | /** |
| 518 | * When the replay session cursor has moved |
no outgoing calls
no test coverage detected