- From: Boris Zbarsky <notifications@github.com>
- Date: Thu, 16 Apr 2015 22:22:05 -0700
- To: heycam/webidl <webidl@noreply.github.com>
Received on Friday, 17 April 2015 05:22:36 UTC
Consider this IDL:
interface Foo {
static boolean has();
setlike<long>;
};
Per current spec this would be disallowed. The proposal is that it be allowed. The setlike declaration will create a method called `has` on `Foo.prototype`, and the static thing will create a method called `has` on `Foo`, but there's no conflict there, so no reason to forbid this IDL.
---
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/issues/49#issuecomment-93895650
Received on Friday, 17 April 2015 05:22:36 UTC