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

I'd rather not have a new callback which is different from custom element reactions. Invoking JS from C++ is slower than invoking C++ functions from JS for various reasons, and this will be yet another JS object we need to `[[Get]]` and store per every custom element interface.

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

Received on Thursday, 11 October 2018 01:47:30 UTC