On Sun, Mar 5, 2017 at 2:52 PM, Oriol _ <[email protected]> wrote:

>
> delete obj.foo;
>
>
When you delete the property of an ordinary object, it stops being 'an
observable own property using [[GetOwnProperty]]'. So,
`Object.getOwnPropertyDescriptor(obj, "foo")` returns undefined afterwards.
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to