Skip to content
New issue

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

Polyfill Array.prototype.at with core-js (PR 14976 follow-up) #15008

Merged
merged 1 commit into from
Jun 8, 2022

Commits on Jun 8, 2022

  1. Polyfill Array.prototype.at with core-js (PR 14976 follow-up)

    This Array-method is a fairly new addition to the ECMAScript specification, hence we need a polyfill to avoid the library/viewer breaking in older browsers.
    
    Please find additional information at:
     - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/at
     - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/at#browser_compatibility
    Snuffleupagus committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    9e24a16 View commit details
    Browse the repository at this point in the history