toji / gl-matrix

Javascript Matrix and Vector library for High Performance WebGL apps
glmatrix.net
MIT License
5.37k stars 721 forks source link

Drop IE support #395

Closed stefnotch closed 5 months ago

stefnotch commented 4 years ago

It might be worthwhile to drop support for ancient browsers such as IE 11 at some point. Then we wouldn't have to transpile code to such an old Javascript version. Also, the usage of Math.hypot wouldn't cause any issues anymore.

toji commented 4 years ago

I'm in favor of it!

mreinstein commented 3 years ago

I think it's time, especially if we're going to bump semver major on gl-matrix anyway.

toji commented 5 months ago

As mentioned in #453, IE support will no longer be a consideration for v4 and higher.