Re: [heycam/webidl] Introduce the observable array type (proxy-based) (#840)

Since we are defining the object in terms of Proxy, my assumption is that redundant hooks are necessary. If we don’t define a `get` hook, then the _target_’s version of [[GetOwnProperty]] will be used instead of the `getOwnPropertyDescriptor` hook, since the spec just calls out to _target_.[[Get]] directly. This is different from overriding internal methods, where any change to internal methods will be picked up by other ones automatically.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/pull/840#issuecomment-588529530

Received on Wednesday, 19 February 2020 23:33:34 UTC