rrweb
rrweb copied to clipboard
record and replay the web
使用Vue单页面,动态渲染的文本没有办法在正常在视频中展示 Events文件:[test.json.zip](https://github.com/rrweb-io/rrweb/files/8674354/test.json.zip)
Fix issue where only indication I could see in any attribute that the document was scrolling was on `window.pageYOffset`, so we hadn't been able to replay scrolling Website was https://www.malibal.com/boutique/pc/configurePrd.asp?idproduct=2061...
When recording pages with tens of thousands of dom elements rrweb, the `isBlocked` checks can slow down the recording. This PR allows you to disable that check and speed up...
Hi. I wanted to share these 2 useful scripts that I actually use. They can showcase how to use rrWeb, and the script for viewing snapshots is really useful in...
Fix for #816 with `.setAttribute('style')` — see CSP style-src: unsafe-inline
Hi! This PR adds ability to fast-forward while replayer is already playing. Not sure that 100% is correct though
These can generate massive recordings on some websites (think scrolling title tag)
Ensure the iframe id survives the onceIframeLoaded process; for some reason I'm seeing the `__sn` attribute on the iframe DOM element disappearing with the callback
- avoid confusion with `packages/rrweb/src/replayer` which is the generic player I don't know what further work would be needed on the publishing side of things to get e.g. new url...