Closed
Description
lib Update Request
Configuration Check
My compilation target is ES2021
and my lib is lib.dom.d.ts
.
Missing / Incorrect Definition
ParentNode.replaceChildren()
Sample Code
document.body.replaceChildren();
document.body.replaceChildren('hello world', document.createElement('button'));