We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A usage of Math.sign was just introduced in 7e254fa#diff-b3089558a25dee1e74f59aa1829490e4R115, and unrelatedly I turned on a Windows computer for the first time in years to debug some Windows bugs and found out Math.sign is not supported in IE11, so this breaks. (Here is a very complicated table that says as much.) We should replace it with boring-er Javascript until IE catches up 😞
Math.sign
The text was updated successfully, but these errors were encountered:
Use polyfill for Math.sign, which is unsupported in IE11. Fix #3814.
b65b73d
Eliminate Math.sign, which is unsupported in IE11. Fix #3814. (#3815)
41cdecd
lbud
No branches or pull requests
A usage of
Math.sign
was just introduced in 7e254fa#diff-b3089558a25dee1e74f59aa1829490e4R115, and unrelatedly I turned on a Windows computer for the first time in years to debug some Windows bugs and found outMath.sign
is not supported in IE11, so this breaks. (Here is a very complicated table that says as much.) We should replace it with boring-er Javascript until IE catches up 😞The text was updated successfully, but these errors were encountered: