@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 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.307 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fweb%400.0.307.
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 returns a DocumentFragment by invoking the HTML fragment parsing algorithm or the XML fragment parsing algorithm with the start of the range (the parent of the selected node) as the context node. The HTML fragment parsing algorithm is used if the range belongs to a Document whose HTMLness bit is set. In the HTML case, if the context node would be html, for historical reasons the fragment parsing algorithm is invoked with body as the context instead.
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/web",
3
- "version": "0.0.307",
3
+ "version": "0.0.308",
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
@@ -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 returns a DocumentFragment by invoking the HTML fragment parsing algorithm or the XML fragment parsing algorithm with the start of the range (the parent of the selected node) as the context node. The HTML fragment parsing algorithm is used if the range belongs to a Document whose HTMLness bit is set. In the HTML case, if the context node would be html, for historical reasons the fragment parsing algorithm is invoked with body as the context instead.
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 returns a DocumentFragment by invoking the HTML fragment parsing algorithm or the XML fragment parsing algorithm with the start of the range (the parent of the selected node) as the context node. The HTML fragment parsing algorithm is used if the range belongs to a Document whose HTMLness bit is set. In the HTML case, if the context node would be html, for historical reasons the fragment parsing algorithm is invoked with body as the context instead.
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 returns a DocumentFragment by invoking the HTML fragment parsing algorithm or the XML fragment parsing algorithm with the start of the range (the parent of the selected node) as the context node. The HTML fragment parsing algorithm is used if the range belongs to a Document whose HTMLness bit is set. In the HTML case, if the context node would be html, for historical reasons the fragment parsing algorithm is invoked with body as the context instead.
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
  */