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`.)

-- 
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