- From: Domenic Denicola <notifications@github.com>
- Date: Tue, 07 Jun 2016 09:02:22 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc:
Received on Tuesday, 7 June 2016 16:02:55 UTC
Can you clarify the intent of the existing [[HasInstance]]? I'm unable to understand in what ways it is different from OrdinaryHasInstance. Is the test "is a platform object that implements the interface for which O is the interface prototype object" meant to work cross-realm? It seems like youre revised version might be or might not be, depending on whether brands are cross-realm? If that's the desired semantics, how many browsers implement that? Web IDL's current algorithm performs an observable Get of the `"prototype"` property, as does OrdinaryHasInstance. Both also do observable proto-walks. Your algorithm omits these. Is changing that a good idea? --- 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/issues/129#issuecomment-224328347
Received on Tuesday, 7 June 2016 16:02:55 UTC