NyanRus

Results 3 issues of NyanRus

### Basic info: - **Node.js version: v20.11.0** - **jsdom version: v24.0.0** ### Minimal reproduction case ```js const { JSDOM } = require("jsdom"); //xhtml console.log( new JSDOM( ` `, { contentType:...

parsing

Thank you for good project! (2) ```js import { DOMParser } from "linkedom"; console.log(new DOMParser().parseFromString(``, "text/xml").toString()); console.log(new DOMParser().parseFromString(``, "text/html").toString()); ``` ```shell ❯ node test.js ``` the `&quot` changed to `"`,...

### Describe the bug Universal Renderer's cleanup method (the return value of `render` function) doesn't remove the existing node, which is inconvenient for using HMR. ### Your Example Website or...

enhancement