rrweb
rrweb copied to clipboard
[Feature Request]: How could I reuse the same `rrwebPlayer` instance?
Preflight Checklist
- [x] I have searched the issue tracker for a feature request that matches the one I want to file, without success.
What package is this feature request for?
rrweb-player
Problem Description
I have a question that how I could reuse the same rrwebPlayer instance and only update props.events when the events change Instead of renew a rrwebPlayer constructor?
Proposed Solution
Is it possible to add a new API player.updateEvents(events: eventWithTime[]);
Alternatives Considered
N/A
Additional Information
No response