- From: Joseph Dalrymple <notifications@github.com>
- Date: Wed, 28 Dec 2022 17:47:31 -0800
- To: WICG/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 29 December 2022 01:47:43 UTC
This would actually simplify your previous example down to: ```js <template id="myCustomElementTemplate"> <button onclick="this.handleClick.call(event.target, event)">Click me!</button> </template> ``` -- Reply to this email directly or view it on GitHub: https://github.com/WICG/webcomponents/issues/959#issuecomment-1367019169 You are receiving this because you are subscribed to this thread. Message ID: <WICG/webcomponents/issues/959/1367019169@github.com>
Received on Thursday, 29 December 2022 01:47:43 UTC