Skip to content

Commit 0d79d63

Browse files
ortagithub-actions[bot]
authored andcommitted
🤖 Update core dependencies
1 parent 35399c7 commit 0d79d63

File tree

6 files changed

+24
-8
lines changed

6 files changed

+24
-8
lines changed

baselines/dom.generated.d.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26780,7 +26780,11 @@ declare var Response: {
2678026780
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAElement)
2678126781
*/
2678226782
interface SVGAElement extends SVGGraphicsElement, SVGURIReference {
26783-
/** The **`download`** property of the SVGAElement interface returns a string indicating that the browser should treat the linked URL as a download. */
26783+
/**
26784+
* The **`download`** property of the SVGAElement interface returns a string indicating that the browser should treat the linked URL as a download.
26785+
*
26786+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAElement/download)
26787+
*/
2678426788
download: string;
2678526789
/**
2678626790
* The **`rel`** property of the SVGAElement returns a string reflecting the value of the `rel` attribute of the SVG a element.

baselines/ts5.5/dom.generated.d.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26756,7 +26756,11 @@ declare var Response: {
2675626756
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAElement)
2675726757
*/
2675826758
interface SVGAElement extends SVGGraphicsElement, SVGURIReference {
26759-
/** The **`download`** property of the SVGAElement interface returns a string indicating that the browser should treat the linked URL as a download. */
26759+
/**
26760+
* The **`download`** property of the SVGAElement interface returns a string indicating that the browser should treat the linked URL as a download.
26761+
*
26762+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAElement/download)
26763+
*/
2676026764
download: string;
2676126765
/**
2676226766
* The **`rel`** property of the SVGAElement returns a string reflecting the value of the `rel` attribute of the SVG a element.

baselines/ts5.6/dom.generated.d.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26777,7 +26777,11 @@ declare var Response: {
2677726777
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAElement)
2677826778
*/
2677926779
interface SVGAElement extends SVGGraphicsElement, SVGURIReference {
26780-
/** The **`download`** property of the SVGAElement interface returns a string indicating that the browser should treat the linked URL as a download. */
26780+
/**
26781+
* The **`download`** property of the SVGAElement interface returns a string indicating that the browser should treat the linked URL as a download.
26782+
*
26783+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAElement/download)
26784+
*/
2678126785
download: string;
2678226786
/**
2678326787
* The **`rel`** property of the SVGAElement returns a string reflecting the value of the `rel` attribute of the SVG a element.

baselines/ts5.9/dom.generated.d.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26777,7 +26777,11 @@ declare var Response: {
2677726777
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAElement)
2677826778
*/
2677926779
interface SVGAElement extends SVGGraphicsElement, SVGURIReference {
26780-
/** The **`download`** property of the SVGAElement interface returns a string indicating that the browser should treat the linked URL as a download. */
26780+
/**
26781+
* The **`download`** property of the SVGAElement interface returns a string indicating that the browser should treat the linked URL as a download.
26782+
*
26783+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAElement/download)
26784+
*/
2678126785
download: string;
2678226786
/**
2678326787
* The **`rel`** property of the SVGAElement returns a string reflecting the value of the `rel` attribute of the SVG a element.

inputfiles/mdn

Submodule mdn updated 48 files

package-lock.json

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

0 commit comments

Comments
 (0)