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

@zendive

Description

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

Image

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