@posthog/rrweb-record 0.0.35 → 0.0.36

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.
@@ -11844,6 +11844,9 @@ class IframeManager {
11844
11844
  this.crossOriginIframeMirror.reset();
11845
11845
  this.crossOriginIframeStyleMirror.reset();
11846
11846
  this.attachedIframes.clear();
11847
+ this.crossOriginIframeMap = /* @__PURE__ */ new WeakMap();
11848
+ this.iframes = /* @__PURE__ */ new WeakMap();
11849
+ this.crossOriginIframeRootIdMap = /* @__PURE__ */ new WeakMap();
11847
11850
  }
11848
11851
  }
11849
11852
  class ShadowDomManager {