Discovered that the common case of mouse movement or scrolling happening during takeFullSnapshot was causing mutations to be immediately emitted, contrary to the goal of https://github.com/rrweb-io/rrweb/pull/385 (#470)
This commit is contained in:
2
typings/record/mutation.d.ts
vendored
2
typings/record/mutation.d.ts
vendored
@@ -21,6 +21,8 @@ export default class MutationBuffer {
|
||||
freeze(): void;
|
||||
unfreeze(): void;
|
||||
isFrozen(): boolean;
|
||||
lock(): void;
|
||||
unlock(): void;
|
||||
processMutations: (mutations: mutationRecord[]) => void;
|
||||
emit: () => void;
|
||||
private processMutation;
|
||||
|
||||
Reference in New Issue
Block a user