-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Description
Safari on desktop and mobile doesn't support CSSGroupingRule. This is causing errors when recording on Safari.
ReferenceError: Can't find variable: CSSGroupingRule
The error is happening on this line.
Not sure what the pattern for handling browser API support. The obvious fix is to check if CSSGroupingRule is defined before monkey patching the methods. This would silence the error but would cause the recording to be inaccurate.
Metadata
Metadata
Assignees
Labels
No labels