You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
On Firefox:
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
The text was updated successfully, but these errors were encountered:
What happened?
Waterfox does not support
Iterator.filter
. Inputtingnew 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:
On Firefox:
Reproducible?
Version
G6
What platform are you seeing the problem on?
Windows
Relevant log output
The text was updated successfully, but these errors were encountered: