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

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

feature request

This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....

See #1458 and https://github.com/giuseppeg/postcss-pseudo-classes/blob/master/index.js for the full version; we didn't need all the features so we added `if (pseudoToCheck !== ':hover') {` but this PR goes further to reduce code.

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

Attempt to bypass tagName regexp execution by performing a lookup for the most common static tagName values. Also skips a call to uppercase since tagName is already uppercase Related to...

this builds on top of https://github.com/rrweb-io/rrweb/pull/1536, the idea is to create a single blocking selector and remove some runtime checking and branching inside isBlocked This is a stacked PR btw,...

isParentRemoved is called super often for each node that we add. I think that for a graph of A->B->C, the current logic results in an On^2 runtime as each visit...