expose iframe as public property

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent 1dd69c7662
commit d72a15fd1b

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();