expose iframe as public property
This commit is contained in:
@@ -35,13 +35,13 @@ const REPLAY_CONSOLE_PREFIX = '[replayer]';
|
|||||||
|
|
||||||
export class Replayer {
|
export class Replayer {
|
||||||
public wrapper: HTMLDivElement;
|
public wrapper: HTMLDivElement;
|
||||||
|
public iframe: HTMLIFrameElement;
|
||||||
|
|
||||||
public timer: Timer;
|
public timer: Timer;
|
||||||
|
|
||||||
private events: eventWithTime[] = [];
|
private events: eventWithTime[] = [];
|
||||||
private config: playerConfig;
|
private config: playerConfig;
|
||||||
|
|
||||||
private iframe: HTMLIFrameElement;
|
|
||||||
private mouse: HTMLDivElement;
|
private mouse: HTMLDivElement;
|
||||||
|
|
||||||
private emitter: mitt.Emitter = mitt();
|
private emitter: mitt.Emitter = mitt();
|
||||||
|
|||||||
Reference in New Issue
Block a user