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

The problem with `this.something()` is that anyone can call it. Since the point of this API is to provide new API surface only to custom element implementation, ideally, we wouldn't expose it to everyone else.

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

Received on Wednesday, 10 October 2018 06:53:54 UTC