* Get all changes since a given frame ID. * @param since - Frame ID to start from (exclusive)
(since?: bigint)
| 48 | * @param since - Frame ID to start from (exclusive) |
| 49 | */ |
| 50 | getChanges(since?: bigint): readonly StateChange[]; |
| 51 | |
| 52 | /** |
| 53 | * Get changes for a specific frame. |