Re: [whatwg/dom] Proposal: ParentNode.empty() (#478)

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