Try add configurable threshold for events throttling (#147)
This commit is contained in:
@@ -35,6 +35,7 @@ function record(options: recordOptions = {}): listenerHandler | undefined {
|
||||
inlineStylesheet = true,
|
||||
maskAllInputs = false,
|
||||
hooks,
|
||||
mousemoveWait = 50
|
||||
} = options;
|
||||
// runtime checks for user options
|
||||
if (!emit) {
|
||||
@@ -181,6 +182,7 @@ function record(options: recordOptions = {}): listenerHandler | undefined {
|
||||
ignoreClass,
|
||||
maskAllInputs,
|
||||
inlineStylesheet,
|
||||
mousemoveWait
|
||||
},
|
||||
hooks,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user