Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: getsentry/rrweb
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6e8ed81c9ea7e69fc4f8a007bc2d64eccb090c85
Choose a base ref
..
head repository: getsentry/rrweb
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5ae3d66c211bec505d1e8c9a9776207bc14b4ffc
Choose a head ref
Showing with 3 additions and 3 deletions.
  1. +3 −3 packages/rrweb/src/record/observer.ts
6 changes: 3 additions & 3 deletions packages/rrweb/src/record/observer.ts
Original file line number Diff line number Diff line change
@@ -948,9 +948,9 @@ type CSSGroupingProp =
| 'CSSSupportsRule'
| 'CSSConditionRule';

function hasNestedCSSRule(prop: CSSGroupingProp): boolean {
return typeof window[prop] !== 'undefined';
}
function hasNestedCSSRule(prop: CSSGroupingProp): boolean {
return typeof window[prop] !== 'undefined';
}

function canMonkeyPatchNestedCSSRule(prop: CSSGroupingProp): boolean {
return Boolean(