Try add configurable threshold for events throttling (#147)

This commit is contained in:
mpstv
2026-04-01 12:00:00 +08:00
committed by yz-yu
parent 9f1f31fb85
commit 84de337040
3 changed files with 7 additions and 3 deletions

View File

@@ -120,6 +120,7 @@ export type recordOptions = {
maskAllInputs?: boolean;
inlineStylesheet?: boolean;
hooks?: hooksParam;
mousemoveWait?: number;
};
export type observerParam = {
@@ -133,6 +134,7 @@ export type observerParam = {
ignoreClass: string;
maskAllInputs: boolean;
inlineStylesheet: boolean;
mousemoveWait: number;
};
export type hooksParam = {