- From: Lonnie Best <notifications@github.com>
- Date: Fri, 07 Dec 2018 05:17:41 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 7 December 2018 13:18:02 UTC
@matthewp : Yes, that's what the .toDom() method I'm proposing handles. It ultimately converts that `[object HTMLButtonElement]` you're seeing (along with everything else in the string) to a DOM element. Kind of like innerHTML converts a string to DOM, but with the additional feature of being able to convert ${variableOfHandCreatedDomElement} to that vary element created and referenced at the beginning. -- 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/777#issuecomment-445229915
Received on Friday, 7 December 2018 13:18:02 UTC