@appsurify-testmap/rrweb-all 2.1.2-alpha.1 → 2.1.2-alpha.2

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.
@@ -820,10 +820,13 @@ function inspectInlineEventHandlers$1() {
820
820
  });
821
821
  });
822
822
  }
823
- if (document.readyState === "complete" || document.readyState === "interactive") {
824
- inspectInlineEventHandlers$1();
825
- } else {
826
- document.addEventListener("DOMContentLoaded", inspectInlineEventHandlers$1);
823
+ try {
824
+ if (document.readyState === "complete" || document.readyState === "interactive") {
825
+ inspectInlineEventHandlers$1();
826
+ } else {
827
+ document.addEventListener("DOMContentLoaded", inspectInlineEventHandlers$1);
828
+ }
829
+ } catch (error) {
827
830
  }
828
831
  let _id = 1;
829
832
  const tagNameRegex = new RegExp("[^a-z0-9-_:]");
@@ -5887,10 +5890,13 @@ function inspectInlineEventHandlers() {
5887
5890
  });
5888
5891
  });
5889
5892
  }
5890
- if (document.readyState === "complete" || document.readyState === "interactive") {
5891
- inspectInlineEventHandlers();
5892
- } else {
5893
- document.addEventListener("DOMContentLoaded", inspectInlineEventHandlers);
5893
+ try {
5894
+ if (document.readyState === "complete" || document.readyState === "interactive") {
5895
+ inspectInlineEventHandlers();
5896
+ } else {
5897
+ document.addEventListener("DOMContentLoaded", inspectInlineEventHandlers);
5898
+ }
5899
+ } catch (error) {
5894
5900
  }
5895
5901
  function getDefaultExportFromCjs(x2) {
5896
5902
  return x2 && x2.__esModule && Object.prototype.hasOwnProperty.call(x2, "default") ? x2["default"] : x2;
@@ -14490,7 +14496,7 @@ class VisibilityManager {
14490
14496
  if (this.rafId) cancelAnimationFrame(this.rafId);
14491
14497
  }
14492
14498
  }
14493
- const version$1 = "2.1.2-alpha.1";
14499
+ const version$1 = "2.1.2-alpha.2";
14494
14500
  let wrappedEmit;
14495
14501
  let takeFullSnapshot$1;
14496
14502
  let canvasManager;
@@ -17981,7 +17987,7 @@ class Replayer {
17981
17987
  this.config.logger.log(REPLAY_CONSOLE_PREFIX, ...args);
17982
17988
  }
17983
17989
  }
17984
- const version = "2.1.2-alpha.1";
17990
+ const version = "2.1.2-alpha.2";
17985
17991
  const { getVersion } = record;
17986
17992
  const { isRecording } = record;
17987
17993
  const { flushCustomEventQueue } = record;