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 = {
31
31
32
32
/**
33
33
* 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
35
35
* Record<string, unknown> union type.
36
36
*/
37
37
export type RrwebRecordOptions = {
@@ -52,6 +52,9 @@ export interface CanvasManagerInterface {
52
52
lock ( ) : void ;
53
53
unlock ( ) : void ;
54
54
snapshot ( ) : void ;
55
+ addWindow ( win : typeof globalThis & Window ) : void ;
56
+ addShadowRoot ( ) : void ;
57
+ resetShadowRoots ( ) : void ;
55
58
}
56
59
57
60
export interface CanvasManagerOptions {
You can’t perform that action at this time.
0 commit comments