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

Callback interface objects already have a "name" property when exposed. The omission of a "length" prop (with value `0`) in the spec seems more accidental than deliberate. Chrome, Safari and Firefox all implement it, e.g.:

```js
 NodeFilter.length; //
0
```

NodeFilter.length
0


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

Received on Monday, 23 January 2017 20:23:06 UTC