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