Release 0.7.8
This commit is contained in:
1
typings/replay/index.d.ts
vendored
1
typings/replay/index.d.ts
vendored
@@ -30,6 +30,7 @@ export declare class Replayer {
|
||||
private waitForStylesheetLoad;
|
||||
private applyIncremental;
|
||||
private resolveMissingNode;
|
||||
private moveAndHover;
|
||||
private hoverElements;
|
||||
private isUserInteraction;
|
||||
private restoreSpeed;
|
||||
|
||||
1
typings/types.d.ts
vendored
1
typings/types.d.ts
vendored
@@ -199,6 +199,7 @@ export declare type actionWithDelay = {
|
||||
delay: number;
|
||||
};
|
||||
export declare enum ReplayerEvents {
|
||||
Start = "start",
|
||||
Pause = "pause",
|
||||
Resume = "resume",
|
||||
Resize = "resize",
|
||||
|
||||
Reference in New Issue
Block a user