rrweb icon indicating copy to clipboard operation
rrweb copied to clipboard

record and replay the web

Results 401 rrweb issues
Sort by recently updated
recently updated
newest added

Avoid recreating the same element every time, instead, we cache and we just update the element. Before: 779k ops/s After: 860k ops/s Benchmark: https://jsbench.me/ktlqztuf95/1 On Chrome: ![image](https://github.com/rrweb-io/rrweb/assets/12551007/911a6055-81ae-461b-bf1c-7ada5e11dbec) On Firefox: ![image](https://github.com/rrweb-io/rrweb/assets/12551007/5e5eda1e-c573-45cf-9c9b-402bd69e07e0)

### 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...

bug

### 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...

bug

### 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...

bug

### 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...

bug

### 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...

bug

There is this hardcoded constant `SKIP_TIME_THRESHOLD` to define the amount of time in milliseconds of an inactive period. By default it is set to 10 seconds, but I believe this...

When checking needsMask, it is not rigorous to determine whether _n.childNode_ exists, but also to determine whether the array length is greater than 0