Files
Steve Gravrock 4ddb07ac2d Drop support for Firefox 102, 115, and 128 (old ESRs)
These browsers have bugs that occasionally cause typed array comparisons
to pass when they should fail, or vice versa:

* for...in loops sometimes omit keys, such that two typed arrays with
  different lengths appear to have the same set of keys.
* Typed arrays sometimes have mulitple undefined keys (which is to say that
  the key itself is undefined). Two typed arrays with identical length and
  contents can compare unequal because of the spurious undefined keys.)

Those problems could be avoided by comparing keys 0...length-1 rather than
the actual set of exposed keys, but that would be a pretty nasty breaking
change for anyone whose code tacks extra properties onto typed arrays. So
far these bugs haven't been seen in anything newer than FF 128. Since the
affected browsers are all past end of life, the most sensible thing is to
just stop testing against them.
2026-03-14 09:11:53 -07:00
..
2026-03-11 06:30:46 -07:00
2026-03-11 06:30:46 -07:00
2026-03-11 06:30:46 -07:00
2026-03-11 06:30:46 -07:00
2025-10-05 06:19:16 -07:00
2026-03-11 06:30:46 -07:00
2026-03-11 06:30:46 -07:00
2025-10-05 06:19:16 -07:00
2026-03-11 06:30:46 -07:00