Is it too late to fix `Object.entries` ???

both methods are meant to represent objects ... having keys as numbers rather than strings, or even boolean, or any other primitive coercing to string just fine, is not an issue here, the issue is about loosing symbols instead in the process, which is also another primitive ... why all others can be perpetuated as key, even as string, while symbol, a primitive, cannot?

Nobody wants to change Object.fromEntries, but I am very curious to see data about the claim it's too late to change Object.entries, as we're not in ES5 to ES2015 era anymore, we're way beyond, and I believe nothing out there is using Object.entries(...args) ... please prove me wrong?

Thank you!