rrweb icon indicating copy to clipboard operation
rrweb copied to clipboard

improvements to <link rel="stylesheet"> + mutations

Open eoghanmurray opened this issue 1 year ago • 1 comments

Note: This PR (by necessity) builds on top of #1437

existing code special cased rel="preload" so that a subsequent attribute mutation from rel="preload" -> rel="stylesheet" would get picked up.

New code deals with any attribute mutation which results in us 'now having a stylesheet link'

as well as completing the TODO for when a stylesheet link href gets updatd

eoghanmurray avatar May 22 '24 11:05 eoghanmurray