@appsurify-testmap/rrweb 3.6.0-alpha.1 → 3.11.0-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/rrweb.d.cts CHANGED
@@ -263,6 +263,7 @@ export declare type recordOptions<T> = {
263
263
  inlineImages?: boolean;
264
264
  plugins?: RecordPlugin[];
265
265
  selector?: boolean | SelectorOptions;
266
+ trustSyntheticInput?: boolean;
266
267
  mousemoveWait?: number;
267
268
  keepIframeSrcFn?: KeepIframeSrcFn;
268
269
  errorHandler?: ErrorHandler;
package/dist/rrweb.d.ts CHANGED
@@ -263,6 +263,7 @@ export declare type recordOptions<T> = {
263
263
  inlineImages?: boolean;
264
264
  plugins?: RecordPlugin[];
265
265
  selector?: boolean | SelectorOptions;
266
+ trustSyntheticInput?: boolean;
266
267
  mousemoveWait?: number;
267
268
  keepIframeSrcFn?: KeepIframeSrcFn;
268
269
  errorHandler?: ErrorHandler;