Skip to content

CSSGroupingRule not supported on Safari #690

@JohnPhamous

Description

@JohnPhamous

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.

Any suggestions @Yuyz0112 and @Juice10 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions