Add option to block animation on <title> tag (#760)

* Add option to block animation on <title> tag which can generate massive recordings on some websites (think scrolling title tag)

* Add new option to slimDOMOptions type with tsdoc as suggested by Justin
This commit is contained in:
Eoghan Murray
2024-06-13 06:27:39 +01:00
committed by GitHub
parent 4beaf2d12a
commit e08706ae60
5 changed files with 26 additions and 5 deletions

View File

@@ -0,0 +1,6 @@
---
"rrweb-snapshot": patch
"rrweb": patch
---
Add slimDOM option to block animation on <title> tag; enabled when the 'all' value is used for slimDOM