rrweb
rrweb copied to clipboard
recordCrossOriginIframes in rrweb.record configuration not working
_this.recorder = rrweb.record({ emit(event) { _this.events.push(event); }, plugins: [ getRecordConsolePlugin() ], recordCrossOriginIframes : true, });
I m trying to record Iframe content with main DOM , IFrames are may cross-origin, by above configuration of rrweb.record recordCrossOriginIframes is not working recording iframe content, it shows black white space where the iframe is loaded