@types/web 0.0.253 → 0.0.254

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.253 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fweb%400.0.253.
50
+ You can read what changed in version 0.0.254 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fweb%400.0.254.
package/index.d.ts CHANGED
@@ -26680,7 +26680,9 @@ declare var Response: {
26680
26680
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAElement)
26681
26681
  */
26682
26682
  interface SVGAElement extends SVGGraphicsElement, SVGURIReference {
26683
+ /** The **`rel`** property of the SVGAElement returns a string reflecting the value of the `rel` attribute of the SVG a element. */
26683
26684
  rel: string;
26685
+ /** The **`relList`** read-only property of the SVGAElement returns a live DOMTokenList reflecting the space-separated string `<list-of-Link-Types>` values of the `rel` attribute of the SVG a element. */
26684
26686
  get relList(): DOMTokenList;
26685
26687
  set relList(value: string);
26686
26688
  /**
@@ -33093,7 +33095,7 @@ declare var URL: {
33093
33095
  */
33094
33096
  canParse(url: string | URL, base?: string | URL): boolean;
33095
33097
  /**
33096
- * The **`createObjectURL()`** static method of the URL interface creates a string containing a URL representing the object given in the parameter.
33098
+ * The **`createObjectURL()`** static method of the URL interface creates a string containing a blob URL pointing to the object given in the parameter.
33097
33099
  *
33098
33100
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/createObjectURL_static)
33099
33101
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/web",
3
- "version": "0.0.253",
3
+ "version": "0.0.254",
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
@@ -26659,7 +26659,9 @@ declare var Response: {
26659
26659
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAElement)
26660
26660
  */
26661
26661
  interface SVGAElement extends SVGGraphicsElement, SVGURIReference {
26662
+ /** The **`rel`** property of the SVGAElement returns a string reflecting the value of the `rel` attribute of the SVG a element. */
26662
26663
  rel: string;
26664
+ /** The **`relList`** read-only property of the SVGAElement returns a live DOMTokenList reflecting the space-separated string `<list-of-Link-Types>` values of the `rel` attribute of the SVG a element. */
26663
26665
  readonly relList: DOMTokenList;
26664
26666
  /**
26665
26667
  * The **`SVGAElement.target`** read-only property of SVGAElement returns an SVGAnimatedString object that specifies the portion of a target window, frame, pane into which a document is to be opened when a link is activated.
@@ -33070,7 +33072,7 @@ declare var URL: {
33070
33072
  */
33071
33073
  canParse(url: string | URL, base?: string | URL): boolean;
33072
33074
  /**
33073
- * The **`createObjectURL()`** static method of the URL interface creates a string containing a URL representing the object given in the parameter.
33075
+ * The **`createObjectURL()`** static method of the URL interface creates a string containing a blob URL pointing to the object given in the parameter.
33074
33076
  *
33075
33077
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/createObjectURL_static)
33076
33078
  */
package/ts5.6/index.d.ts CHANGED
@@ -26680,7 +26680,9 @@ declare var Response: {
26680
26680
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAElement)
26681
26681
  */
26682
26682
  interface SVGAElement extends SVGGraphicsElement, SVGURIReference {
26683
+ /** The **`rel`** property of the SVGAElement returns a string reflecting the value of the `rel` attribute of the SVG a element. */
26683
26684
  rel: string;
26685
+ /** The **`relList`** read-only property of the SVGAElement returns a live DOMTokenList reflecting the space-separated string `<list-of-Link-Types>` values of the `rel` attribute of the SVG a element. */
26684
26686
  get relList(): DOMTokenList;
26685
26687
  set relList(value: string);
26686
26688
  /**
@@ -33093,7 +33095,7 @@ declare var URL: {
33093
33095
  */
33094
33096
  canParse(url: string | URL, base?: string | URL): boolean;
33095
33097
  /**
33096
- * The **`createObjectURL()`** static method of the URL interface creates a string containing a URL representing the object given in the parameter.
33098
+ * The **`createObjectURL()`** static method of the URL interface creates a string containing a blob URL pointing to the object given in the parameter.
33097
33099
  *
33098
33100
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/createObjectURL_static)
33099
33101
  */