Skip to content
This repository was archived by the owner on Apr 2, 2020. It is now read-only.
This repository was archived by the owner on Apr 2, 2020. It is now read-only.

DOMException: Failed to read the 'cssRules' property from 'CSSStyleSheet' #85

@cbfrank

Description

@cbfrank

As of the recent changes from chrome
https://chromium.googlesource.com/chromium/src/+/a4ebe08c91e29140e700c7bae9b94f27a786d1ca
(more detail information: https://stackoverflow.com/questions/48753691/cannot-access-cssrules-from-local-css-file-in-chrome-64/49160760#49160760)
so even the css is loaded from cdn, the check of css exports always failed.
an "origin-clean" (see https://www.w3.org/TR/cssom-1/#concept-css-style-sheet-origin-clean-flag) attribute should be added to the element to make the check works on latest Chrome browser.

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