mrhenry / polyfill-library

MIT License
7 stars 1 forks source link

Fixes `Reflect.defineProperty` property name mismatch #57

Closed mhassan1 closed 4 months ago

mhassan1 commented 4 months ago

This PR fixes the Reflect.defineProperty polyfill, which uses the result of the ToPropertyDescriptor abstract operation incorrectly.

mhassan1 commented 4 months ago

Curious how you caught this :)

I noticed it while working on the URL polyfill.