This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Description
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().