- From: Tobie Langel <notifications@github.com>
- Date: Mon, 23 Jan 2017 12:22:35 -0800
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 23 January 2017 20:23:06 UTC
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