rrweb
rrweb copied to clipboard
fix: use node.baseURI for stringifying stylesheet hrefs
Prioritize using the href from base tag (if present) when stringifying urls in inline stylesheets. Node.baseURI does just this. If a base tag is not present, it falls back to location.href.