- From: Domenic Denicola <notifications@github.com>
- Date: Sun, 28 Feb 2021 11:13:46 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Sunday, 28 February 2021 19:13:58 UTC
A dupe of https://github.com/whatwg/dom/issues/478, although the original post there seems to have been edited to reflect the eventual conclusion of the thread; it started very much like this. TLDR: use `el.textContent = ""` (which is optimized in browsers) or `el.replaceChildren()`. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/issues/955#issuecomment-787505742
Received on Sunday, 28 February 2021 19:13:58 UTC