Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Create yellow-mails-cheat.md
  • Loading branch information
YunFeng0817 authored Mar 13, 2023
commit 60f6c86f1fbdf6f18601230b51d9720ea75361e5
8 changes: 8 additions & 0 deletions .changeset/yellow-mails-cheat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'rrweb': patch
---

Fix: some websites rebuild imcomplete

1. Some websites, addedSet in emit function is not empty, but the result converted from Array.from is empty.
2. Some websites polyfill classList functions of HTML elements. Their implementation may throw errors and cause the snapshot to fail. I add try-catch statements to make the code robust.