Release 0.9.1
This commit is contained in:
3
typings/replay/index.d.ts
vendored
3
typings/replay/index.d.ts
vendored
@@ -15,6 +15,7 @@ export declare class Replayer {
|
||||
private legacy_missingNodeRetryMap;
|
||||
private treeIndex;
|
||||
private fragmentParentMap;
|
||||
private imageMap;
|
||||
constructor(events: Array<eventWithTime | string>, config?: Partial<playerConfig>);
|
||||
on(event: string, handler: Handler): void;
|
||||
setConfig(config: Partial<playerConfig>): void;
|
||||
@@ -33,6 +34,7 @@ export declare class Replayer {
|
||||
private getCastFn;
|
||||
private rebuildFullSnapshot;
|
||||
private waitForStylesheetLoad;
|
||||
private preloadAllImages;
|
||||
private applyIncremental;
|
||||
private applyMutation;
|
||||
private applyScroll;
|
||||
@@ -43,5 +45,6 @@ export declare class Replayer {
|
||||
private isUserInteraction;
|
||||
private backToNormal;
|
||||
private warnNodeNotFound;
|
||||
private warnCanvasMutationFailed;
|
||||
private debugNodeNotFound;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user