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
{{ message }}
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
Given the recent webcompat issues that have been identified, has consideration been made about attaching this functionality as static methods on Object and Map instead of array instances?
This would probably conflict less with current web reality, and would match the existing practice of e.g. Array.from() and Object.fromEntries().
The text was updated successfully, but these errors were encountered:
Given the recent webcompat issues that have been identified, has consideration been made about attaching this functionality as static methods on
Object
andMap
instead of array instances?This would probably conflict less with current web reality, and would match the existing practice of e.g.
Array.from()
andObject.fromEntries()
.The text was updated successfully, but these errors were encountered: