(html, globals = null)
| 13638 | } |
| 13639 | |
| 13640 | const parseHTML = (html, globals = null) => |
| 13641 | new DOMParser().parseFromString(html, "text/html", globals).defaultView; |
| 13642 | |
| 13643 | function Document() { |
| 13644 | illegalConstructor(); |
no test coverage detected