Re: [heycam/webidl] Should callback interface objects have a "length" property? (#279)

> 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