- From: Timothy Gu <notifications@github.com>
- Date: Wed, 19 Feb 2020 15:33:22 -0800
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 19 February 2020 23:33:34 UTC
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