rrweb
rrweb copied to clipboard
record and replay the web
When a css import rule was being stringified (in `stringifyRule`) and the rule didn't have a `styleSheet` property at time of processing, an error would be thrown and passed up...
This is the behavior I'm experiencing right now with a similar set up as: ```ts const eventsMatrix = [[]]; rrweb.record({ emit(event, isCheckout) { // isCheckout is a flag to tell...
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...
### Preflight Checklist - [X] I have searched the [issue tracker](https://www.github.com/rrweb-io/rrweb/issues) for a feature request that matches the one I want to file, without success. ### What package is this...
### Problem When using the old `postcss-hover-classes` plugin, large stylesheets with many `:hover` selectors caused the following error: > Regular expression too large This is reported in [#1675](https://github.com/rrweb-io/rrweb/issues/1675). --- ###...
When recordCrossOriginIframes is true, instead of just posting messages to a target origin of '\*', allow users to specify a new config option postMessageTargetOrigin which is used in place of...
### Preflight Checklist - [x] I have searched the [issue tracker](https://www.github.com/rrweb-io/rrweb/issues) for a feature request that matches the one I want to file, without success. ### What package is this...
### Preflight Checklist - [x] I have searched the [issue tracker](https://www.github.com/rrweb-io/rrweb/issues) for a bug report that matches the one I want to file, without success. ### What package is this...
Squarespace dispatches media events on non-media elements. These cause an error upon replay. Found in the wild at https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/416.b27e99ad04cb589ced2b.js