dom-node-polyfills

IE10+ polyfills for DOM Node functions:

Usage no npm install needed!

<script type="module">
  import domNodePolyfills from 'https://cdn.skypack.dev/dom-node-polyfills';
</script>

README

dom-node-polyfills

IE10+ polyfills for DOM Node functions:

  • ParentNode.append
  • ParentNode.prepend
  • ChildNode.before
  • ChildNode.after
  • ChildNode.remove
  • ChildNode.replaceWith

Usage

import 'dom-node-polyfills'