Skip to content

Commit f4e507c

Browse files
TypeScript Botsaschanaz
TypeScript Bot
andauthored
🤖 Update core dependencies (microsoft#1671)
Co-authored-by: saschanaz <[email protected]>
1 parent c3a6cfd commit f4e507c

File tree

2 files changed

+63
-52
lines changed

2 files changed

+63
-52
lines changed

baselines/dom.generated.d.ts

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10115,6 +10115,7 @@ interface HTMLElement extends Element, ElementCSSInlineStyle, ElementContentEdit
1011510115
spellcheck: boolean;
1011610116
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/title) */
1011710117
title: string;
10118+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/translate) */
1011810119
translate: boolean;
1011910120
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/attachInternals) */
1012010121
attachInternals(): ElementInternals;
@@ -11299,7 +11300,11 @@ interface HTMLLinkElement extends HTMLElement, LinkStyle {
1129911300
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLLinkElement/href)
1130011301
*/
1130111302
href: string;
11302-
/** Sets or retrieves the language code of the object. */
11303+
/**
11304+
* Sets or retrieves the language code of the object.
11305+
*
11306+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLLinkElement/hreflang)
11307+
*/
1130311308
hreflang: string;
1130411309
imageSizes: string;
1130511310
imageSrcset: string;
@@ -12091,6 +12096,7 @@ declare var HTMLOptionsCollection: {
1209112096
};
1209212097

1209312098
interface HTMLOrSVGElement {
12099+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/autofocus) */
1209412100
autofocus: boolean;
1209512101
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dataset) */
1209612102
readonly dataset: DOMStringMap;
@@ -12341,6 +12347,7 @@ interface HTMLScriptElement extends HTMLElement {
1234112347
* @deprecated
1234212348
*/
1234312349
charset: string;
12350+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLScriptElement/crossOrigin) */
1234412351
crossOrigin: string | null;
1234512352
/** Sets or retrieves the status of the script. */
1234612353
defer: boolean;
@@ -13512,8 +13519,11 @@ declare var Headers: {
1351213519
new(init?: HeadersInit): Headers;
1351313520
};
1351413521

13522+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Highlight) */
1351513523
interface Highlight {
13524+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Highlight/priority) */
1351613525
priority: number;
13526+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Highlight/type) */
1351713527
type: HighlightType;
1351813528
forEach(callbackfn: (value: AbstractRange, key: AbstractRange, parent: Highlight) => void, thisArg?: any): void;
1351913529
}
@@ -13523,6 +13533,7 @@ declare var Highlight: {
1352313533
new(...initialRanges: AbstractRange[]): Highlight;
1352413534
};
1352513535

13536+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HighlightRegistry) */
1352613537
interface HighlightRegistry {
1352713538
forEach(callbackfn: (value: Highlight, key: string, parent: HighlightRegistry) => void, thisArg?: any): void;
1352813539
}

package-lock.json

Lines changed: 51 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)