- From: Jonathan Neal <notifications@github.com>
- Date: Wed, 26 Jul 2017 12:40:05 +0000 (UTC)
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 26 July 2017 12:40:28 UTC
Thanks. Well, in PostCSS, it’s called `removeAll()`. ``` x.removeAll(); x.textContent = ""; x.innerHTML = ""; ``` -- 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/478#issuecomment-318040835
Received on Wednesday, 26 July 2017 12:40:28 UTC