Files
rrweb/.changeset/cold-eyes-hunt.md
Yun Feng a539fd8f5b Fix rrdom bugs (#1222)
* fix: rrdom bug

1. fix one bug of the diff algorithm
2. omit srcdoc attribute of iframe

* use linked list to iterate children

* fix the bug that the children of shadowRoot don't get diffed

* add test cases

* add change log
2026-04-01 12:00:00 +08:00

149 B

rrdom
rrdom
patch

Fix: rrdom bugs

  1. Fix a bug in the diff algorithm.
  2. Omit the 'srcdoc' attribute of iframes to avoid overwriting content.