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.
1 parent 701a91b commit 87d256eCopy full SHA for 87d256e
baselines/dom.generated.d.ts
@@ -14269,7 +14269,7 @@ interface ShadowRootInit {
14269
delegatesFocus?: boolean;
14270
}
14271
14272
-interface ShadowRootInit extends HTMLElement {
+interface HTMLSlotElement extends HTMLElement {
14273
name: string;
14274
assignedNodes(options?: AssignedNodesOptions): Node[];
14275
inputfiles/addedTypes.json
@@ -1286,7 +1286,7 @@
1286
},
1287
{
1288
"kind": "interface",
1289
- "name": "ShadowRootInit",
+ "name": "HTMLSlotElement",
1290
"extends": "HTMLElement",
1291
"flavor": "DOM",
1292
"properties": [
0 commit comments