@types/web 0.0.307 → 0.0.308
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 +3 -1
- package/package.json +1 -1
- package/ts5.5/index.d.ts +3 -1
- package/ts5.6/index.d.ts +3 -1
- package/ts5.9/index.d.ts +3 -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.308 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fweb%400.0.308.
|
package/index.d.ts
CHANGED
|
@@ -1561,6 +1561,7 @@ interface PointerLockOptions {
|
|
|
1561
1561
|
}
|
|
1562
1562
|
|
|
1563
1563
|
interface PopStateEventInit extends EventInit {
|
|
1564
|
+
hasUAVisualTransition?: boolean;
|
|
1564
1565
|
state?: any;
|
|
1565
1566
|
}
|
|
1566
1567
|
|
|
@@ -2671,6 +2672,7 @@ interface WebGLContextAttributes {
|
|
|
2671
2672
|
premultipliedAlpha?: boolean;
|
|
2672
2673
|
preserveDrawingBuffer?: boolean;
|
|
2673
2674
|
stencil?: boolean;
|
|
2675
|
+
xrCompatible?: boolean;
|
|
2674
2676
|
}
|
|
2675
2677
|
|
|
2676
2678
|
interface WebGLContextEventInit extends EventInit {
|
|
@@ -28372,7 +28374,7 @@ interface Range extends AbstractRange {
|
|
|
28372
28374
|
*/
|
|
28373
28375
|
comparePoint(node: Node, offset: number): number;
|
|
28374
28376
|
/**
|
|
28375
|
-
* The **`Range.createContextualFragment()`** method
|
|
28377
|
+
* The **`Range.createContextualFragment()`** method of the Range interface returns a DocumentFragment representing the parsed input HTML or XML.
|
|
28376
28378
|
*
|
|
28377
28379
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Range/createContextualFragment)
|
|
28378
28380
|
*/
|
package/package.json
CHANGED
package/ts5.5/index.d.ts
CHANGED
|
@@ -1558,6 +1558,7 @@ interface PointerLockOptions {
|
|
|
1558
1558
|
}
|
|
1559
1559
|
|
|
1560
1560
|
interface PopStateEventInit extends EventInit {
|
|
1561
|
+
hasUAVisualTransition?: boolean;
|
|
1561
1562
|
state?: any;
|
|
1562
1563
|
}
|
|
1563
1564
|
|
|
@@ -2668,6 +2669,7 @@ interface WebGLContextAttributes {
|
|
|
2668
2669
|
premultipliedAlpha?: boolean;
|
|
2669
2670
|
preserveDrawingBuffer?: boolean;
|
|
2670
2671
|
stencil?: boolean;
|
|
2672
|
+
xrCompatible?: boolean;
|
|
2671
2673
|
}
|
|
2672
2674
|
|
|
2673
2675
|
interface WebGLContextEventInit extends EventInit {
|
|
@@ -28348,7 +28350,7 @@ interface Range extends AbstractRange {
|
|
|
28348
28350
|
*/
|
|
28349
28351
|
comparePoint(node: Node, offset: number): number;
|
|
28350
28352
|
/**
|
|
28351
|
-
* The **`Range.createContextualFragment()`** method
|
|
28353
|
+
* The **`Range.createContextualFragment()`** method of the Range interface returns a DocumentFragment representing the parsed input HTML or XML.
|
|
28352
28354
|
*
|
|
28353
28355
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Range/createContextualFragment)
|
|
28354
28356
|
*/
|
package/ts5.6/index.d.ts
CHANGED
|
@@ -1558,6 +1558,7 @@ interface PointerLockOptions {
|
|
|
1558
1558
|
}
|
|
1559
1559
|
|
|
1560
1560
|
interface PopStateEventInit extends EventInit {
|
|
1561
|
+
hasUAVisualTransition?: boolean;
|
|
1561
1562
|
state?: any;
|
|
1562
1563
|
}
|
|
1563
1564
|
|
|
@@ -2668,6 +2669,7 @@ interface WebGLContextAttributes {
|
|
|
2668
2669
|
premultipliedAlpha?: boolean;
|
|
2669
2670
|
preserveDrawingBuffer?: boolean;
|
|
2670
2671
|
stencil?: boolean;
|
|
2672
|
+
xrCompatible?: boolean;
|
|
2671
2673
|
}
|
|
2672
2674
|
|
|
2673
2675
|
interface WebGLContextEventInit extends EventInit {
|
|
@@ -28369,7 +28371,7 @@ interface Range extends AbstractRange {
|
|
|
28369
28371
|
*/
|
|
28370
28372
|
comparePoint(node: Node, offset: number): number;
|
|
28371
28373
|
/**
|
|
28372
|
-
* The **`Range.createContextualFragment()`** method
|
|
28374
|
+
* The **`Range.createContextualFragment()`** method of the Range interface returns a DocumentFragment representing the parsed input HTML or XML.
|
|
28373
28375
|
*
|
|
28374
28376
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Range/createContextualFragment)
|
|
28375
28377
|
*/
|
package/ts5.9/index.d.ts
CHANGED
|
@@ -1558,6 +1558,7 @@ interface PointerLockOptions {
|
|
|
1558
1558
|
}
|
|
1559
1559
|
|
|
1560
1560
|
interface PopStateEventInit extends EventInit {
|
|
1561
|
+
hasUAVisualTransition?: boolean;
|
|
1561
1562
|
state?: any;
|
|
1562
1563
|
}
|
|
1563
1564
|
|
|
@@ -2668,6 +2669,7 @@ interface WebGLContextAttributes {
|
|
|
2668
2669
|
premultipliedAlpha?: boolean;
|
|
2669
2670
|
preserveDrawingBuffer?: boolean;
|
|
2670
2671
|
stencil?: boolean;
|
|
2672
|
+
xrCompatible?: boolean;
|
|
2671
2673
|
}
|
|
2672
2674
|
|
|
2673
2675
|
interface WebGLContextEventInit extends EventInit {
|
|
@@ -28369,7 +28371,7 @@ interface Range extends AbstractRange {
|
|
|
28369
28371
|
*/
|
|
28370
28372
|
comparePoint(node: Node, offset: number): number;
|
|
28371
28373
|
/**
|
|
28372
|
-
* The **`Range.createContextualFragment()`** method
|
|
28374
|
+
* The **`Range.createContextualFragment()`** method of the Range interface returns a DocumentFragment representing the parsed input HTML or XML.
|
|
28373
28375
|
*
|
|
28374
28376
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Range/createContextualFragment)
|
|
28375
28377
|
*/
|