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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
zendive opened this issue Apr 9, 2025 · 1 comment
Assignees

Comments

@zendive
Copy link
Owner

zendive commented Apr 9, 2025

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

Image

@zendive zendive self-assigned this Apr 9, 2025
@zendive
Copy link
Owner Author

zendive commented Apr 9, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant