- From: Tobie Langel <notifications@github.com>
- Date: Mon, 23 Jan 2017 12:51:50 -0800
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 23 January 2017 20:52:29 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.) For consistency with other interface objects, own prop seems more judicious. -- 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-274613021
Received on Monday, 23 January 2017 20:52:29 UTC