@appsurify-testmap/rrweb-record 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.
@@ -808,10 +808,13 @@ function inspectInlineEventHandlers$1() {
808
808
  });
809
809
  });
810
810
  }
811
- if (document.readyState === "complete" || document.readyState === "interactive") {
812
- inspectInlineEventHandlers$1();
813
- } else {
814
- document.addEventListener("DOMContentLoaded", inspectInlineEventHandlers$1);
811
+ try {
812
+ if (document.readyState === "complete" || document.readyState === "interactive") {
813
+ inspectInlineEventHandlers$1();
814
+ } else {
815
+ document.addEventListener("DOMContentLoaded", inspectInlineEventHandlers$1);
816
+ }
817
+ } catch (error) {
815
818
  }
816
819
  let _id = 1;
817
820
  const tagNameRegex = new RegExp("[^a-z0-9-_:]");
@@ -5363,10 +5366,13 @@ function inspectInlineEventHandlers() {
5363
5366
  });
5364
5367
  });
5365
5368
  }
5366
- if (document.readyState === "complete" || document.readyState === "interactive") {
5367
- inspectInlineEventHandlers();
5368
- } else {
5369
- document.addEventListener("DOMContentLoaded", inspectInlineEventHandlers);
5369
+ try {
5370
+ if (document.readyState === "complete" || document.readyState === "interactive") {
5371
+ inspectInlineEventHandlers();
5372
+ } else {
5373
+ document.addEventListener("DOMContentLoaded", inspectInlineEventHandlers);
5374
+ }
5375
+ } catch (error) {
5370
5376
  }
5371
5377
  function getDefaultExportFromCjs(x2) {
5372
5378
  return x2 && x2.__esModule && Object.prototype.hasOwnProperty.call(x2, "default") ? x2["default"] : x2;
@@ -12583,7 +12589,7 @@ class VisibilityManager {
12583
12589
  if (this.rafId) cancelAnimationFrame(this.rafId);
12584
12590
  }
12585
12591
  }
12586
- const version$1 = "2.1.2-alpha.1";
12592
+ const version$1 = "2.1.2-alpha.2";
12587
12593
  let wrappedEmit;
12588
12594
  let takeFullSnapshot$1;
12589
12595
  let canvasManager;