Dec 6, 2023
Kind of a wonk that you have ES6 in the title when Proxy is ES5 (I thought) and defineProperty has partial support all the way back to IE8.
That said, good to see someone promoting their use. Far too many people don't use Object.defineProperty... kind of like how often Object.assign could eliminate so many code headaches.