@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 +1 -1
- package/index.d.ts +1 -0
- package/package.json +1 -1
- package/ts5.5/index.d.ts +1 -0
- package/ts5.6/index.d.ts +1 -0
- package/ts5.9/index.d.ts +1 -0
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.
|
|
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
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
|
*/
|