@types/web 0.0.280 → 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.280 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fweb%400.0.280.
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.
@@ -32817,6 +32818,12 @@ interface ToggleEvent extends Event {
32817
32818
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/ToggleEvent/oldState)
32818
32819
  */
32819
32820
  readonly oldState: string;
32821
+ /**
32822
+ * The **`source`** read-only property of the ToggleEvent interface is an Element object instance representing the HTML popover control element that initiated the toggle.
32823
+ *
32824
+ * [MDN Reference](https://developer.mozilla.org/docs/Web/API/ToggleEvent/source)
32825
+ */
32826
+ readonly source: Element | null;
32820
32827
  }
32821
32828
 
32822
32829
  declare var ToggleEvent: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/web",
3
- "version": "0.0.280",
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.
@@ -32791,6 +32792,12 @@ interface ToggleEvent extends Event {
32791
32792
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/ToggleEvent/oldState)
32792
32793
  */
32793
32794
  readonly oldState: string;
32795
+ /**
32796
+ * The **`source`** read-only property of the ToggleEvent interface is an Element object instance representing the HTML popover control element that initiated the toggle.
32797
+ *
32798
+ * [MDN Reference](https://developer.mozilla.org/docs/Web/API/ToggleEvent/source)
32799
+ */
32800
+ readonly source: Element | null;
32794
32801
  }
32795
32802
 
32796
32803
  declare var ToggleEvent: {
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.
@@ -32814,6 +32815,12 @@ interface ToggleEvent extends Event {
32814
32815
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/ToggleEvent/oldState)
32815
32816
  */
32816
32817
  readonly oldState: string;
32818
+ /**
32819
+ * The **`source`** read-only property of the ToggleEvent interface is an Element object instance representing the HTML popover control element that initiated the toggle.
32820
+ *
32821
+ * [MDN Reference](https://developer.mozilla.org/docs/Web/API/ToggleEvent/source)
32822
+ */
32823
+ readonly source: Element | null;
32817
32824
  }
32818
32825
 
32819
32826
  declare var ToggleEvent: {
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.
@@ -32814,6 +32815,12 @@ interface ToggleEvent extends Event {
32814
32815
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/ToggleEvent/oldState)
32815
32816
  */
32816
32817
  readonly oldState: string;
32818
+ /**
32819
+ * The **`source`** read-only property of the ToggleEvent interface is an Element object instance representing the HTML popover control element that initiated the toggle.
32820
+ *
32821
+ * [MDN Reference](https://developer.mozilla.org/docs/Web/API/ToggleEvent/source)
32822
+ */
32823
+ readonly source: Element | null;
32817
32824
  }
32818
32825
 
32819
32826
  declare var ToggleEvent: {