We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f911e2 commit fecd43dCopy full SHA for fecd43d
packages/replay/src/types/rrweb.ts
@@ -51,6 +51,7 @@ export interface CanvasManagerInterface {
51
unfreeze(): void;
52
lock(): void;
53
unlock(): void;
54
+ snapshot(): void;
55
}
56
57
export interface CanvasManagerOptions {
0 commit comments