fix scroll value and record viewport when loaded
This commit is contained in:
@@ -16,7 +16,10 @@ export type domContentLoadedEvent = {
|
||||
|
||||
export type loadedEvent = {
|
||||
type: EventType.Load;
|
||||
data: {};
|
||||
data: {
|
||||
width: number;
|
||||
height: number;
|
||||
};
|
||||
};
|
||||
|
||||
export type fullSnapshotEvent = {
|
||||
|
||||
Reference in New Issue
Block a user