Is there plans to support [`element.insertAdjacent`](https://developer.mozilla.org/en-US/docs/Web/API/Element/insertAdjacentHTML) in jsdom? ``` js document.body.insertAdjacentHTML('afterbegin', 'Hello World') ``` Results in: ``` TypeError: document.body.insertAdjacentHTML is not a function ```
Is there plans to support
element.insertAdjacentin jsdom?Results in: