Preflight Checklist
What package is this bug report for?
rrweb
Expected Behavior
rrweb sets the original "crossorigin" attribute value or removes it in case it was empty before the recording
Actual Behavior
rrweb is referencing to the attribute in CamelCase ("crossOrigin"), as the result it can not preserve and revert the original value.
Testcase Gist URL
No response
Additional Information
Steps to reproduce:
- Go to https://drive.google.com
- Start recording
- Check the broken thumbnails.
Fix suggestion
reference to the case-sensitive "crossorigin" attribute instead of "crossOrigin".