Yun Feng
Yun Feng
In PR #909, an async mechanism for inlining link elements is introduced but it still has a bug and some negative impacts on the replayer side. ### The Bug In...
## Background The **adoptedStyleSheets** property of the Document or shadowRoot is used for setting an array of constructed stylesheets to be used by the host. reference: [https://developer.mozilla.org/en-US/docs/Web/API/Document/adoptedStyleSheets](https://developer.mozilla.org/en-US/docs/Web/API/Document/adoptedStyleSheets) Nowadays, more and...
Adding https://github.com/rrweb-io/rrweb
### Background There are two interesting facts about style elements. 1. When we change the content of a style element using the StyleSheet API, its textContent is not updated. 2....
The CI failure can be solved by #1696
Feat: Add tree tools to process the recording data 1. `session cutter` is a tool to cut the recording data into smaller pieces. 2. `pruneBranch` is a tool to prune...