@types/web 0.0.325 → 0.0.326

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.325 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fweb%400.0.325.
50
+ You can read what changed in version 0.0.326 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fweb%400.0.326.
package/index.d.ts CHANGED
@@ -29322,6 +29322,7 @@ interface Range extends AbstractRange {
29322
29322
  deleteContents(): void;
29323
29323
  /**
29324
29324
  * The **`Range.detach()`** method does nothing. It used to disable the Range object and enable the browser to release associated resources. The method has been kept for compatibility.
29325
+ * @deprecated
29325
29326
  *
29326
29327
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Range/detach)
29327
29328
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/web",
3
- "version": "0.0.325",
3
+ "version": "0.0.326",
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
@@ -29298,6 +29298,7 @@ interface Range extends AbstractRange {
29298
29298
  deleteContents(): void;
29299
29299
  /**
29300
29300
  * The **`Range.detach()`** method does nothing. It used to disable the Range object and enable the browser to release associated resources. The method has been kept for compatibility.
29301
+ * @deprecated
29301
29302
  *
29302
29303
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Range/detach)
29303
29304
  */
package/ts5.6/index.d.ts CHANGED
@@ -29319,6 +29319,7 @@ interface Range extends AbstractRange {
29319
29319
  deleteContents(): void;
29320
29320
  /**
29321
29321
  * The **`Range.detach()`** method does nothing. It used to disable the Range object and enable the browser to release associated resources. The method has been kept for compatibility.
29322
+ * @deprecated
29322
29323
  *
29323
29324
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Range/detach)
29324
29325
  */
package/ts5.9/index.d.ts CHANGED
@@ -29319,6 +29319,7 @@ interface Range extends AbstractRange {
29319
29319
  deleteContents(): void;
29320
29320
  /**
29321
29321
  * The **`Range.detach()`** method does nothing. It used to disable the Range object and enable the browser to release associated resources. The method has been kept for compatibility.
29322
+ * @deprecated
29322
29323
  *
29323
29324
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Range/detach)
29324
29325
  */