Skip to content

Commit 28aeada

Browse files
authored
Manually update to [email protected] (#1149)
1 parent a56847c commit 28aeada

File tree

2 files changed

+324
-123
lines changed

2 files changed

+324
-123
lines changed

baselines/dom.generated.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6080,6 +6080,7 @@ interface HTMLElement extends Element, DocumentAndElementEventHandlers, ElementC
60806080
spellcheck: boolean;
60816081
title: string;
60826082
translate: boolean;
6083+
attachInternals(): ElementInternals;
60836084
click(): void;
60846085
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
60856086
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;

0 commit comments

Comments
 (0)