We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 188b137 + 9f32dc6 commit 179731fCopy full SHA for 179731f
baselines/dom.generated.d.ts
@@ -3962,7 +3962,6 @@ interface HTMLElement extends Element {
3962
title: string;
3963
blur(): void;
3964
click(): void;
3965
- contains(child: HTMLElement): boolean;
3966
dragDrop(): boolean;
3967
focus(): void;
3968
insertAdjacentElement(position: string, insertedElement: Element): Element;
inputfiles/removedTypes.json
@@ -13,5 +13,10 @@
13
"kind": "property",
14
"interface": "HTMLElement",
15
"name": "className"
16
+ },
17
+ {
18
+ "kind": "method",
19
+ "interface": "HTMLElement",
20
+ "name": "contains"
21
}
22
]
0 commit comments