- From: Tobie Langel <notifications@github.com>
- Date: Tue, 24 Jan 2017 14:41:56 -0800
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 24 January 2017 22:42:30 UTC
I'm aware that [[HasInstance]] is deprecated, yet it's defined for interface objects. The following is the observed behavior in FF and Chrome: ```js new Image() instanceof HTMLImageElement; // => true new Image() instanceof Image // => true ``` The latter especially doesn't seem to be explained by what's in the spec. -- 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/282
Received on Tuesday, 24 January 2017 22:42:30 UTC