Re: [WebIDL] Representing functions that user code can call

On Sun, Dec 9, 2012 at 8:16 PM, Boris Zbarsky <bzbarsky@mit.edu> wrote:
>
>
>>    function CustomElementConstructor = Element ();
>>
>>    partial interface Document {
>>      CustomElementConstructor register(DOMString name,
>>                                        optional Options options);
>>    };
>>
>
> Yep.


Should I just pretend the world is perfect and use this syntax in spec? :)

:DG<

Received on Monday, 10 December 2012 21:37:49 UTC