- From: Domenic Denicola <notifications@github.com>
- Date: Mon, 23 Jan 2017 12:38:03 -0800
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 23 January 2017 20:38:41 UTC
A more interesting question is whether it should be an own property. `NodeFilter.hasOwnProperty("length")` returns true in Gecko and Blink but not Edge. (In Edge, it gets the length from `NodeFilter.__proto__ === Function.prototype`.) -- 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/279#issuecomment-274609483
Received on Monday, 23 January 2017 20:38:41 UTC