- From: Jonathan Neal <notifications@github.com>
- Date: Tue, 16 Apr 2019 06:28:34 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 16 April 2019 13:28:56 UTC
The **ParentNode.replaceContents()** method would remove all child nodes from the ParentNode while allowing the insertion of a new set of nodes.
Resolves #478
You can view, comment on, or merge this pull request online at:
https://github.com/whatwg/dom/pull/755
-- Commit Summary --
* Add ParentNode.prototype.replaceContents(nodes)
-- File Changes --
M dom.bs (49)
-- Patch Links --
https://github.com/whatwg/dom/pull/755.patch
https://github.com/whatwg/dom/pull/755.diff
--
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/pull/755
Received on Tuesday, 16 April 2019 13:28:56 UTC