JakeChampion / polyfill-library

NodeJS module to create polyfill bundles tailored to individual user-agents.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Object.hasOwn

nicksrandall opened this issue · comments

Feature Request: Object.hasOwn polyfill

What

I'd love if this library had a polyfill for Object.hasOwn

Example polyfill:
https://github.com/es-shims/Object.hasOwn

This polyfill exists : https://github.com/Financial-Times/polyfill-library/tree/master/polyfills/Object/hasOwn

So it should be possible to use it from the library.