You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(snapshot): Do not create CDATA node on HTMLDocument
`createCDATASection` is [only supported on XMLDocument](https://developer.mozilla.org/en-US/docs/Web/API/Document/createCDATASection#notes), not HTMLDocument. Doing so on HTMLDocument will throw an exception and break playback on the player.
This change will log a "Failed to rebuild" warning to the console instead of throwing.
0 commit comments