rrweb
rrweb copied to clipboard
record and replay the web
Currently we have https://github.com/rrweb-io/rrweb/blob/588164aa12f1d94576f89ae0210b98f6e971c895/packages/rrweb-snapshot/src/snapshot.ts#L72 however `src()` is a newer alternative to `url()` which we could also support. https://drafts.csswg.org/css-values/#funcdef-src Adding as a TODO to myself. Haven't seen `src()` in the wild...
When helping @eoghanmurray get VSCode set up to work with rrweb I noticed there are quite a few steps that we could streamline to help people "do the right thing"...
In the following mutation in the test case: https://github.com/rrweb-io/rrweb/blob/master/test/__snapshots__/integration.test.ts.snap#L5560 There are references to `id: 36` in both the `removes` structure and the `attributes`. According to https://lists.w3.org/Archives/Public/public-webapps/2011JulSep/1622.html the mutation records come...
I'm not sure this is the expected behavior, but I found it. The blocked element **keeps** its size which was captured on the first snapshot. So, when the element is...
Hi ! I got the following exception while replaying a session recorded on one of my website. During the session, it crashed when the user was interacting with some dynamic...
I don't know why yet but this get call here, https://github.com/rrweb-io/rrweb/blob/master/src/record/mutation.ts#L354, can return null. I had to add a null check in the for loop.
when record canvas as drawing board , set ctx fillStyle transparent, sometimes the screen is black. But sometimes it's normal transparency. 
鼠标在echarts图表上移动时会产生非常多的event触发,但是这些触发其实是没有必要的。 有没有针对性的解决方法呢
Try recording the flow starting with https://onedrive.live..com. This redirects browser to https://www.microsoft.com/en-us/microsoft-365/onedrive/online-cloud-storage. Click on the sign in button which open a new tab. Any interaction on the new tab is...