@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.
- package/dist/rrweb-record.cjs +3 -0
- package/dist/rrweb-record.cjs.map +1 -1
- package/dist/rrweb-record.js +3 -0
- package/dist/rrweb-record.js.map +1 -1
- package/dist/rrweb-record.umd.cjs +3 -0
- package/dist/rrweb-record.umd.cjs.map +2 -2
- package/dist/rrweb-record.umd.min.cjs +1 -1
- package/dist/rrweb-record.umd.min.cjs.map +2 -2
- package/package.json +4 -4
package/dist/rrweb-record.js
CHANGED
|
@@ -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 {
|