add the patch function to utils

This commit is contained in:
Yanzhen Yu
2020-07-18 16:42:11 +08:00
parent c5580f97f4
commit 6f08ec3ca7
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;