@types/web 0.0.281 → 0.0.282

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -47,4 +47,4 @@ Prior to `@types/web` the web APIs were deployed with a version of TypeScript, a
47
47
 
48
48
  ## Deploy Metadata
49
49
 
50
- You can read what changed in version 0.0.281 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fweb%400.0.281.
50
+ You can read what changed in version 0.0.282 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fweb%400.0.282.
package/index.d.ts CHANGED
@@ -26783,6 +26783,7 @@ declare var Response: {
26783
26783
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAElement)
26784
26784
  */
26785
26785
  interface SVGAElement extends SVGGraphicsElement, SVGURIReference {
26786
+ /** The **`download`** property of the SVGAElement interface returns a string indicating that the browser should treat the linked URL as a download. */
26786
26787
  download: string;
26787
26788
  /**
26788
26789
  * The **`rel`** property of the SVGAElement returns a string reflecting the value of the `rel` attribute of the SVG a element.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/web",
3
- "version": "0.0.281",
3
+ "version": "0.0.282",
4
4
  "description": "Types for the DOM, and other web technologies in browsers",
5
5
  "license": "Apache-2.0",
6
6
  "contributors": [],
package/ts5.5/index.d.ts CHANGED
@@ -26759,6 +26759,7 @@ declare var Response: {
26759
26759
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAElement)
26760
26760
  */
26761
26761
  interface SVGAElement extends SVGGraphicsElement, SVGURIReference {
26762
+ /** The **`download`** property of the SVGAElement interface returns a string indicating that the browser should treat the linked URL as a download. */
26762
26763
  download: string;
26763
26764
  /**
26764
26765
  * The **`rel`** property of the SVGAElement returns a string reflecting the value of the `rel` attribute of the SVG a element.
package/ts5.6/index.d.ts CHANGED
@@ -26780,6 +26780,7 @@ declare var Response: {
26780
26780
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAElement)
26781
26781
  */
26782
26782
  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
  download: string;
26784
26785
  /**
26785
26786
  * The **`rel`** property of the SVGAElement returns a string reflecting the value of the `rel` attribute of the SVG a element.
package/ts5.9/index.d.ts CHANGED
@@ -26780,6 +26780,7 @@ declare var Response: {
26780
26780
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAElement)
26781
26781
  */
26782
26782
  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
  download: string;
26784
26785
  /**
26785
26786
  * The **`rel`** property of the SVGAElement returns a string reflecting the value of the `rel` attribute of the SVG a element.