RE: Maybe we should think about Interface.isInterface functions again

Thanks Travis, for some reason I seem to have confused myself about `Element.prototype instanceof Element` over the course of this thread.

The duck-typing approach seems neat, but note that `Element.prototype` has a `querySelector` method that just throws, saying things like "TypeError: value does not implement interface Element."



Received on Wednesday, 7 August 2013 17:23:16 UTC