Thanks to visit codestin.com
Credit goes to github.com

Skip to content

I get issue "Failed to read the 'rules' property from 'CSSStyleSheet" when I use JSOGTransform #25

@Natanagar

Description

@Natanagar

In Chrome 72 I've got this problem. In the line 47 (jsog.js file)
for (key in original) {
if(original.hasOwnProperty(key)){ //ADDED
value = original[key];
}

      if (key !== JSOG_OBJECT_ID) {
        result[key] = doEncode(value);
      }
    }

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