You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can I either update this polyfill to include a setter as well or as the proposal is now paused can I remove the current lastIndex polyfill as it is unlikely to be moved on further.
The text was updated successfully, but these errors were encountered:
overly-engineered
changed the title
Array.lastIndex polyfill contains not set method
Array.lastIndex polyfill contains no set accessor
Aug 4, 2021
The proposal for
Array.prototype.lastIndex
as defined here contains both get and set accessors.The polyfill implemented here contains only the get accessor https://github.com/zloirock/core-js/blob/master/packages/core-js/modules/esnext.array.last-index.js.
Can I either update this polyfill to include a setter as well or as the proposal is now paused can I remove the current lastIndex polyfill as it is unlikely to be moved on further.
The text was updated successfully, but these errors were encountered: