@types/web 0.0.302 → 0.0.304

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.302 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fweb%400.0.302.
50
+ You can read what changed in version 0.0.304 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fweb%400.0.304.
package/index.d.ts CHANGED
@@ -742,6 +742,7 @@ interface FontFaceDescriptors {
742
742
  stretch?: string;
743
743
  style?: string;
744
744
  unicodeRange?: string;
745
+ variationSettings?: string;
745
746
  weight?: string;
746
747
  }
747
748
 
@@ -2676,6 +2677,7 @@ interface WebTransportHash {
2676
2677
  interface WebTransportOptions {
2677
2678
  allowPooling?: boolean;
2678
2679
  congestionControl?: WebTransportCongestionControl;
2680
+ protocols?: string[];
2679
2681
  requireUnreliable?: boolean;
2680
2682
  serverCertificateHashes?: WebTransportHash[];
2681
2683
  }
@@ -8767,7 +8769,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
8767
8769
  */
8768
8770
  viewTimeline: string;
8769
8771
  /**
8770
- * The view-timeline-axis CSS property specifies the scroll direction to be used for a named view progress timeline.
8772
+ * The view-timeline-axis CSS property specifies the scroll direction to be used for a named view progress timeline.
8771
8773
  *
8772
8774
  * [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/view-timeline-axis)
8773
8775
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/web",
3
- "version": "0.0.302",
3
+ "version": "0.0.304",
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
@@ -739,6 +739,7 @@ interface FontFaceDescriptors {
739
739
  stretch?: string;
740
740
  style?: string;
741
741
  unicodeRange?: string;
742
+ variationSettings?: string;
742
743
  weight?: string;
743
744
  }
744
745
 
@@ -2673,6 +2674,7 @@ interface WebTransportHash {
2673
2674
  interface WebTransportOptions {
2674
2675
  allowPooling?: boolean;
2675
2676
  congestionControl?: WebTransportCongestionControl;
2677
+ protocols?: string[];
2676
2678
  requireUnreliable?: boolean;
2677
2679
  serverCertificateHashes?: WebTransportHash[];
2678
2680
  }
@@ -8757,7 +8759,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
8757
8759
  */
8758
8760
  viewTimeline: string;
8759
8761
  /**
8760
- * The view-timeline-axis CSS property specifies the scroll direction to be used for a named view progress timeline.
8762
+ * The view-timeline-axis CSS property specifies the scroll direction to be used for a named view progress timeline.
8761
8763
  *
8762
8764
  * [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/view-timeline-axis)
8763
8765
  */
package/ts5.6/index.d.ts CHANGED
@@ -739,6 +739,7 @@ interface FontFaceDescriptors {
739
739
  stretch?: string;
740
740
  style?: string;
741
741
  unicodeRange?: string;
742
+ variationSettings?: string;
742
743
  weight?: string;
743
744
  }
744
745
 
@@ -2673,6 +2674,7 @@ interface WebTransportHash {
2673
2674
  interface WebTransportOptions {
2674
2675
  allowPooling?: boolean;
2675
2676
  congestionControl?: WebTransportCongestionControl;
2677
+ protocols?: string[];
2676
2678
  requireUnreliable?: boolean;
2677
2679
  serverCertificateHashes?: WebTransportHash[];
2678
2680
  }
@@ -8764,7 +8766,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
8764
8766
  */
8765
8767
  viewTimeline: string;
8766
8768
  /**
8767
- * The view-timeline-axis CSS property specifies the scroll direction to be used for a named view progress timeline.
8769
+ * The view-timeline-axis CSS property specifies the scroll direction to be used for a named view progress timeline.
8768
8770
  *
8769
8771
  * [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/view-timeline-axis)
8770
8772
  */
package/ts5.9/index.d.ts CHANGED
@@ -739,6 +739,7 @@ interface FontFaceDescriptors {
739
739
  stretch?: string;
740
740
  style?: string;
741
741
  unicodeRange?: string;
742
+ variationSettings?: string;
742
743
  weight?: string;
743
744
  }
744
745
 
@@ -2673,6 +2674,7 @@ interface WebTransportHash {
2673
2674
  interface WebTransportOptions {
2674
2675
  allowPooling?: boolean;
2675
2676
  congestionControl?: WebTransportCongestionControl;
2677
+ protocols?: string[];
2676
2678
  requireUnreliable?: boolean;
2677
2679
  serverCertificateHashes?: WebTransportHash[];
2678
2680
  }
@@ -8764,7 +8766,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
8764
8766
  */
8765
8767
  viewTimeline: string;
8766
8768
  /**
8767
- * The view-timeline-axis CSS property specifies the scroll direction to be used for a named view progress timeline.
8769
+ * The view-timeline-axis CSS property specifies the scroll direction to be used for a named view progress timeline.
8768
8770
  *
8769
8771
  * [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/view-timeline-axis)
8770
8772
  */