rrweb
rrweb copied to clipboard
rrweb cannot get the correct document object in the js sandbox
I use a micro-front-end framework wujie, which generates an iframe to carry the js part and act as a js sandbox. Any content in the body tag of this iframe is placed in the shadow dom. As a result, rrweb cannot get the correct doucment object and thus cannot record the screen. How to solve this problem, thank you