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

@tkent-google I'm still fuzzy about the `createdCallback` and its semantics. Does it have different semantics as the constructor? Can an attribute be added there? Does any user-land code executes between the constructor and the `createdCallback`? I suspect all answer will be "No".

If my assumptions are correct about the internals, they are never accessible from outside, and they will probably never dictate any state or any public API of the component. I believe we can just rely on the `connectedCallback`. Adding the `internals` argument to the `connectedCallback` should be fine since it is just relaxing an existing API that doesn't have any argument.

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

Received on Sunday, 7 October 2018 21:40:23 UTC