Add polyfill Array.at #44148
Replies: 3 comments 1 reply
-
Why has this issue been converted to a discussion? (from #44141) |
Beta Was this translation helpful? Give feedback.
-
Will be fixed with #44436 |
Beta Was this translation helpful? Give feedback.
-
I'm curious why does next.js need to maintain a list of polyfills in the first place? Isn't this something which would be handled automatically by babel? Sorry if this is a n00b question... I'm very new to web development and would like to understand a bit more deeply the gotchas around using modern JS features in my code and still be supported on older browsers. For example are there are any other missing polyfills besides |
Beta Was this translation helpful? Give feedback.
-
Describe the feature you'd like to request
Array.at
- polyfill incore-js
This is a frequently used Javascript feature, currently not supported on older versions of iOS
Describe the solution you'd like
Please add polyfill for
Array.at
es.array.at.js
In the
next-polyfill-nomodule
https://github.com/vercel/next.js/blob/canary/packages/next-polyfill-nomodule/src/index.js
Describe alternatives you've considered
I don't have alternatives.
Beta Was this translation helpful? Give feedback.
All reactions