@types/web 0.0.283 → 0.0.284
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 -1
- package/package.json +1 -1
- package/ts5.5/index.d.ts +1 -1
- package/ts5.6/index.d.ts +1 -1
- package/ts5.9/index.d.ts +1 -1
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.284 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fweb%400.0.284.
|
package/index.d.ts
CHANGED
|
@@ -10597,7 +10597,7 @@ interface Document extends Node, DocumentOrShadowRoot, FontFaceSource, GlobalEve
|
|
|
10597
10597
|
*/
|
|
10598
10598
|
createProcessingInstruction(target: string, data: string): ProcessingInstruction;
|
|
10599
10599
|
/**
|
|
10600
|
-
* The **`Document.createRange()`** method returns a new Range object.
|
|
10600
|
+
* The **`Document.createRange()`** method returns a new Range object whose start and end are offset 0 of the Document object on which it was called.
|
|
10601
10601
|
*
|
|
10602
10602
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/createRange)
|
|
10603
10603
|
*/
|
package/package.json
CHANGED
package/ts5.5/index.d.ts
CHANGED
|
@@ -10586,7 +10586,7 @@ interface Document extends Node, DocumentOrShadowRoot, FontFaceSource, GlobalEve
|
|
|
10586
10586
|
*/
|
|
10587
10587
|
createProcessingInstruction(target: string, data: string): ProcessingInstruction;
|
|
10588
10588
|
/**
|
|
10589
|
-
* The **`Document.createRange()`** method returns a new Range object.
|
|
10589
|
+
* The **`Document.createRange()`** method returns a new Range object whose start and end are offset 0 of the Document object on which it was called.
|
|
10590
10590
|
*
|
|
10591
10591
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/createRange)
|
|
10592
10592
|
*/
|
package/ts5.6/index.d.ts
CHANGED
|
@@ -10594,7 +10594,7 @@ interface Document extends Node, DocumentOrShadowRoot, FontFaceSource, GlobalEve
|
|
|
10594
10594
|
*/
|
|
10595
10595
|
createProcessingInstruction(target: string, data: string): ProcessingInstruction;
|
|
10596
10596
|
/**
|
|
10597
|
-
* The **`Document.createRange()`** method returns a new Range object.
|
|
10597
|
+
* The **`Document.createRange()`** method returns a new Range object whose start and end are offset 0 of the Document object on which it was called.
|
|
10598
10598
|
*
|
|
10599
10599
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/createRange)
|
|
10600
10600
|
*/
|
package/ts5.9/index.d.ts
CHANGED
|
@@ -10594,7 +10594,7 @@ interface Document extends Node, DocumentOrShadowRoot, FontFaceSource, GlobalEve
|
|
|
10594
10594
|
*/
|
|
10595
10595
|
createProcessingInstruction(target: string, data: string): ProcessingInstruction;
|
|
10596
10596
|
/**
|
|
10597
|
-
* The **`Document.createRange()`** method returns a new Range object.
|
|
10597
|
+
* The **`Document.createRange()`** method returns a new Range object whose start and end are offset 0 of the Document object on which it was called.
|
|
10598
10598
|
*
|
|
10599
10599
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/createRange)
|
|
10600
10600
|
*/
|