@posthog/rrweb-record 0.0.24 → 0.0.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/rrweb-record.cjs +2 -2
- package/dist/rrweb-record.cjs.map +1 -1
- package/dist/rrweb-record.js +2 -2
- package/dist/rrweb-record.js.map +1 -1
- package/dist/rrweb-record.umd.cjs +2 -2
- package/dist/rrweb-record.umd.cjs.map +2 -2
- package/dist/rrweb-record.umd.min.cjs +8 -8
- package/dist/rrweb-record.umd.min.cjs.map +2 -2
- package/package.json +1 -1
|
@@ -284,8 +284,8 @@ function stringifyStylesheet(s2) {
|
|
|
284
284
|
return null;
|
|
285
285
|
}
|
|
286
286
|
let sheetHref = s2.href;
|
|
287
|
-
if (!sheetHref && s2.ownerNode
|
|
288
|
-
sheetHref = s2.ownerNode.
|
|
287
|
+
if (!sheetHref && s2.ownerNode) {
|
|
288
|
+
sheetHref = s2.ownerNode.baseURI;
|
|
289
289
|
}
|
|
290
290
|
const stringifiedRules = Array.from(
|
|
291
291
|
rules2,
|