Re: [w3c/webcomponents] How to define APIs only for custom element authors (#758)

@annevk 
>  I don't quite understand why delivering Something via a callback is more expensive than new Something().

I guess adding a new custom element callback requires larger code in UA than allowing ```new Something(element)``` just once.  We already have four callbacks, and adding another would not be a big issue.



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/758#issuecomment-413091610

Received on Wednesday, 15 August 2018 04:34:07 UTC