Skip to content

Uncaught (in promise) DOMException: The operation is insecure. #112

Description

@thepra

On firefox I have endless console error logs about this, the interested section in the script.js is at the line 183:

for (var i in data) {
    var currentMember = data[i]; // <- This line

    if (typeof currentMember === 'function' || currentMember === null) {
        continue;
    }
   //...
}

Can you figure out how to make it scream this log?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions