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