Re: [w3c/webcomponents] Replace attached/detached callbacks with insertedIntoDocument/removedFromDocument (#362)

the `whenWhatever` would be misleading since there's already a `whenDefined` which returns a `Promise` like object which is incompatible with the semantics of these methods ( `connectedCallback` / `disconnectedCallback` ).

I think these methods are just fine, and give room to libraries author for different, enhanced `connect`, `disconnect` or `onConnect/Disconnect` methods.

-- 
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/362#issuecomment-241343196

Received on Monday, 22 August 2016 08:18:25 UTC