Skip to content

Commit

Permalink
fix addShadowRoot
Browse files Browse the repository at this point in the history
  • Loading branch information
billyvg committed Jul 10, 2024
1 parent 6afebd3 commit 52f7f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/replay-internal/src/types/rrweb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export interface CanvasManagerInterface {
unlock(): void;
snapshot(): void;
addWindow(win: typeof globalThis & Window): void;
addShadowRoot(): void;
addShadowRoot(shadowRoot: ShadowRoot): void;
resetShadowRoots(): void;
}

Expand Down

0 comments on commit 52f7f2a

Please sign in to comment.