add the patch function to utils

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent 2a133f8214
commit e056f1ae88
6 changed files with 101 additions and 10 deletions

View File

@@ -12,6 +12,8 @@ export declare class Replayer {
private noramlSpeed;
private legacy_missingNodeRetryMap;
private service;
private treeIndex;
private fragmentParentMap;
constructor(events: Array<eventWithTime | string>, config?: Partial<playerConfig>);
on(event: string, handler: Handler): void;
setConfig(config: Partial<playerConfig>): void;
@@ -31,6 +33,9 @@ export declare class Replayer {
private rebuildFullSnapshot;
private waitForStylesheetLoad;
private applyIncremental;
private applyMutation;
private applyScroll;
private applyInput;
private legacy_resolveMissingNode;
private moveAndHover;
private hoverElements;