We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
document.body.remove() tooltip points to
document.body.remove()
interface ChildNode extends Node { /** * Removes node. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/remove) */ remove(): void; }
But should point to https://developer.mozilla.org/en-US/docs/Web/API/Element/remove
https://github.com/microsoft/TypeScript-DOM-lib-generator/blob/6621974de7d3d03ade59760ea4b1cdb12698f492/baselines/dom.generated.d.ts#L5644-L5675
This looks like a bug in the emitter.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
document.body.remove()
tooltip points toBut should point to https://developer.mozilla.org/en-US/docs/Web/API/Element/remove
https://github.com/microsoft/TypeScript-DOM-lib-generator/blob/6621974de7d3d03ade59760ea4b1cdb12698f492/baselines/dom.generated.d.ts#L5644-L5675
This looks like a bug in the emitter.
The text was updated successfully, but these errors were encountered: