File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
packages/replay-internal/src/types Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ export type ReplayEventWithTime = {
3131
3232/**
3333 * This is a partial copy of rrweb's recording options which only contains the properties
34- * we specifically us in the SDK. Users can specify additional properties, hence we add the
34+ * we specifically use in the SDK. Users can specify additional properties, hence we add the
3535 * Record<string, unknown> union type.
3636 */
3737export type RrwebRecordOptions = {
@@ -52,6 +52,9 @@ export interface CanvasManagerInterface {
5252 lock ( ) : void ;
5353 unlock ( ) : void ;
5454 snapshot ( ) : void ;
55+ addWindow ( win : typeof globalThis & Window ) : void ;
56+ addShadowRoot ( ) : void ;
57+ resetShadowRoots ( ) : void ;
5558}
5659
5760export interface CanvasManagerOptions {
You can’t perform that action at this time.
0 commit comments