@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.
package/dist/rrweb.js CHANGED
@@ -13726,6 +13726,9 @@ class IframeManager {
13726
13726
  this.crossOriginIframeMirror.reset();
13727
13727
  this.crossOriginIframeStyleMirror.reset();
13728
13728
  this.attachedIframes.clear();
13729
+ this.crossOriginIframeMap = /* @__PURE__ */ new WeakMap();
13730
+ this.iframes = /* @__PURE__ */ new WeakMap();
13731
+ this.crossOriginIframeRootIdMap = /* @__PURE__ */ new WeakMap();
13729
13732
  }
13730
13733
  }
13731
13734
  class ShadowDomManager {