Waterfox icon indicating copy to clipboard operation
Waterfox copied to clipboard

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

Open NyanMC opened this issue 9 months ago • 0 comments

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?

  • [x] 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 avatar Apr 09 '25 16:04 NyanMC