Skip to content

Commit 35a1a9e

Browse files
author
Tim Perry
committed
Add 'import' to HTMLLinkElements
1 parent 31b432b commit 35a1a9e

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

baselines/dom.generated.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5262,6 +5262,7 @@ interface HTMLLinkElement extends HTMLElement, LinkStyle {
52625262
* Sets or retrieves the MIME type of the object.
52635263
*/
52645264
type: string;
5265+
import?: Document;
52655266
addEventListener(type: string, listener: EventListenerOrEventListenerObject, useCapture?: boolean): void;
52665267
}
52675268

inputfiles/addedTypes.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,14 @@
303303
"interface": "Document",
304304
"name": "currentScript",
305305
"type": "HTMLScriptElement"
306-
},
307-
{
306+
},
307+
{
308+
"kind": "property",
309+
"interface": "HTMLLinkElement",
310+
"name": "import?",
311+
"type": "Document"
312+
},
313+
{
308314
"kind": "interface",
309315
"name": "HTMLTemplateElement",
310316
"flavor": "Web",

0 commit comments

Comments
 (0)