Skip to content

Commit 35399c7

Browse files
typescript-botorta
andauthored
Update core dependencies (microsoft#2200)
Co-authored-by: orta <49038+orta@users.noreply.github.com>
1 parent 843135f commit 35399c7

File tree

6 files changed

+11
-7
lines changed

6 files changed

+11
-7
lines changed

baselines/dom.generated.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26780,6 +26780,7 @@ 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. */
2678326784
download: string;
2678426785
/**
2678526786
* 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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26756,6 +26756,7 @@ 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. */
2675926760
download: string;
2676026761
/**
2676126762
* 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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26777,6 +26777,7 @@ 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. */
2678026781
download: string;
2678126782
/**
2678226783
* 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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26777,6 +26777,7 @@ 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. */
2678026781
download: string;
2678126782
/**
2678226783
* 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 137 files

package-lock.json

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

0 commit comments

Comments
 (0)