Skip to content

[Firefox] Iterating over Map, Set in content script with for of loop throws with TypeError: n[Symbol.iterator]().next is not a function #34

Description

@zendive
jsdiff.diff({}, {
    'set': new Set([0, 1]),
    'map': new Map([['a',1],['b',2]]),
});

Image

Activity

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions