Chan

Results 7 comments of Chan

我也遇到了相似的问题,0秒的时候有iframe就是空白的页面,拖动进度条也没有用。有什么办法能解决吗? ![image](https://user-images.githubusercontent.com/52018542/131786134-e824edfa-22a2-4558-bbdc-8a85250b99d3.png)

![image](https://user-images.githubusercontent.com/52018542/131797198-085eeed6-4f10-4049-969c-1ee7e564d85c.png) 0秒也是这样

[const (2).txt](https://github.com/rrweb-io/rrweb/files/7096809/const.2.txt) @Yuyz0112 这是上面这个视频的events,麻烦帮忙看看

@Yuyz0112 应该是录制时候的问题,checkout的时候,页面中有iframe,回放这个时间点之后,iframe就无法播放了

还报了这样的错误: ![image](https://user-images.githubusercontent.com/52018542/128131277-762e2a4f-1e49-43d2-96a7-2ff994bbdd7f.png)

我觉得是因为沙箱操作,iframe里有些请求没有发出去,那有没有配置项可以实现录制的时候,把iframe的dom结构也直接记录下来,这样就不用在沙箱里发请求了。

@Yuyz0112 [const.txt](https://github.com/rrweb-io/rrweb/files/6960511/const.txt) 这个是一段视频对应的events 点击了审核之后跳的页面是iframe页,录制与回放端同源的情况下,可以正常回放; ![image](https://user-images.githubusercontent.com/52018542/128843804-278c0d92-4a6a-4dff-af19-1cbc304a474c.png) ![image](https://user-images.githubusercontent.com/52018542/128843721-cdb78749-ba38-4e2a-bd1f-d9811b00baa3.png) 同一份事件,当录制与回放端不同源时,到iframe页面就失败而且报错了: ![image](https://user-images.githubusercontent.com/52018542/128843972-05f353e8-f86f-45f5-b54e-a4f7b3bb8c70.png) ![image](https://user-images.githubusercontent.com/52018542/128844022-e2d55282-c3b6-418b-aa6a-23726ab73285.png)