IE11 polyfills: missing Math.trunc
See original GitHub issueBug report
Describe the bug
Math.trunc is not available in IE11. Seeing errors show up in bugsnag for this one.
Expected behavior
Math.trunc should be polyfilled in the IE11 polyfill bundle.
System information
- OS: all
- Browser (if applies) IE 11
- Version of Next.js: latest
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:11 (5 by maintainers)
Top Results From Across the Web
IE browser not supporting Math.trunc() - Stack Overflow
Yes, IE does not support Math.trunc , or many other features. See the MDN browser compatibility ...
Read more >superagent - npm
elegant & feature rich browser / node HTTP with a fluent API. Latest version: 8.0.2, last published: 20 days ago. Start using superagent...
Read more >https://iotsensores.com/DLVM/es2015-polyfills.js.map
node_modules/core-js/modules/_math-expm1.js","webpack:///. ... modules/es6.math.trunc');\nmodule.exports = require('../modules/_core').Math;\n","require('.
Read more >IE11 and the Missing Polyfills - DEV Community 👩💻👨💻
🦎 -> 🦖 · you don't have to ship polyfills to a browser which supports these features. · you don't have to ship...
Read more >Untitled
Polyfills exists to polyfill something missing. you don't have to ship a ... Oct 14, 2022 · For this particular case, the polyfill...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Math polyfills were excluded on purpose as it seemed like something only few applications would use them 🤔
Never been that confused lately. Thanks for clarification! All clear now.