@posthog/rrweb 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.
@@ -13735,6 +13735,9 @@ class IframeManager {
13735
13735
  this.crossOriginIframeMirror.reset();
13736
13736
  this.crossOriginIframeStyleMirror.reset();
13737
13737
  this.attachedIframes.clear();
13738
+ this.crossOriginIframeMap = /* @__PURE__ */ new WeakMap();
13739
+ this.iframes = /* @__PURE__ */ new WeakMap();
13740
+ this.crossOriginIframeRootIdMap = /* @__PURE__ */ new WeakMap();
13738
13741
  }
13739
13742
  }
13740
13743
  class ShadowDomManager {