Skip to content

(new Set(...)).values().filter is not a function #3738

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
1 task done
NyanMC opened this issue Apr 9, 2025 · 0 comments
Open
1 task done

(new Set(...)).values().filter is not a function #3738

NyanMC opened this issue Apr 9, 2025 · 0 comments
Labels

Comments

@NyanMC
Copy link

NyanMC commented Apr 9, 2025

What happened?

Waterfox does not support Iterator.filter. Inputting new Set(['a']).values().filter(()=>true).toArray(); in the console produces a TypeError: (new Set(...)).values().filter is not a function. On regular Firefox, this outputs correctly. This has broken at least one website which I have tried to use.

On Waterfox 6.5.6:

Image

On Firefox:

Image

Reproducible?

  • I have checked that this issue cannot be reproduced on Mozilla Firefox.

Version

G6

What platform are you seeing the problem on?

Windows

Relevant log output

@NyanMC NyanMC added the bug label Apr 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant