- From: Domenic Denicola <notifications@github.com>
- Date: Wed, 30 Jan 2019 12:19:43 -0800
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 30 January 2019 20:20:05 UTC
At this point it's not clear what this change accomplishes. It replaces text that extracts the one relevant part of OrdinaryGetOwnProperty (step 2, "If O does not have an own property with key P, return undefined.") with a call to the whole of OrdinaryGetOwnProperty, throwing away the result of steps 3-9. This doesn't accomplish the goal implied by #42, of triggering proxy traps. It seems like the above discussion concluded that wasn't desirable? In which case maybe the better resolution is to just close #42 as not desirable, with no changes to the spec text. -- 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/601#issuecomment-459093704
Received on Wednesday, 30 January 2019 20:20:05 UTC