expose iframe as public property

This commit is contained in:
Yanzhen Yu
2019-01-07 19:40:38 +08:00
parent 1eb1ba4bac
commit b45655ea3a

View File

@@ -35,13 +35,13 @@ const REPLAY_CONSOLE_PREFIX = '[replayer]';
export class Replayer {
public wrapper: HTMLDivElement;
public iframe: HTMLIFrameElement;
public timer: Timer;
private events: eventWithTime[] = [];
private config: playerConfig;
private iframe: HTMLIFrameElement;
private mouse: HTMLDivElement;
private emitter: mitt.Emitter = mitt();