chrome-types 0.1.373 → 0.1.374

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.
Files changed (3) hide show
  1. package/_all.d.ts +12 -12
  2. package/index.d.ts +12 -12
  3. package/package.json +2 -2
package/_all.d.ts CHANGED
@@ -14,8 +14,8 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- // Generated on Mon Aug 25 2025 22:34:24 GMT+0000 (Coordinated Universal Time)
18
- // Built at f6a160fe6b8378fc2e61dd84e286e3493d6da59a
17
+ // Generated on Wed Aug 27 2025 22:32:20 GMT+0000 (Coordinated Universal Time)
18
+ // Built at b72c5e5e9621be57f53d6915ced563c9a8a976ca
19
19
 
20
20
  // Includes all types, including MV2 + Platform Apps APIs.
21
21
 
@@ -9682,7 +9682,7 @@ declare namespace chrome {
9682
9682
  /**
9683
9683
  * Mirrors [WindowAudioPreferenceEnum](https://w3c.github.io/mediacapture-screen-share/#dom-windowaudiopreferenceenum).
9684
9684
  *
9685
- * @since Pending
9685
+ * @since Chrome 140
9686
9686
  */
9687
9687
  export type WindowAudioPreferenceEnum = "system" | "window" | "exclude";
9688
9688
 
@@ -10124,7 +10124,7 @@ declare namespace chrome {
10124
10124
  /**
10125
10125
  * Shows the panel by activating the corresponding tab.
10126
10126
  *
10127
- * @since Pending
10127
+ * @since Chrome 140
10128
10128
  */
10129
10129
  show(): void;
10130
10130
  }
@@ -24076,7 +24076,7 @@ declare namespace chrome {
24076
24076
  /**
24077
24077
  * `protocol_handlers` manifest key defintion. Protocol Handlers allow developers to let extensions register Custom Handlers for URL's schemes unknown to the Browser. This manifest key provides a similar behavior than the Web API implementing the Custom Handlers section of the HTML specification. https://html.spec.whatwg.org/#custom-handlers
24078
24078
  *
24079
- * @since Pending
24079
+ * @since Chrome 140
24080
24080
  */
24081
24081
  export namespace protocolHandlers {
24082
24082
 
@@ -26578,12 +26578,12 @@ declare namespace chrome {
26578
26578
  /**
26579
26579
  * Defines the possible alignment for the side panel in the browser UI.
26580
26580
  *
26581
- * @since Pending
26581
+ * @since Chrome 140
26582
26582
  */
26583
26583
  export type Side = "left" | "right";
26584
26584
 
26585
26585
  /**
26586
- * @since Pending
26586
+ * @since Chrome 140
26587
26587
  */
26588
26588
  export interface PanelLayout {
26589
26589
 
@@ -26793,7 +26793,7 @@ declare namespace chrome {
26793
26793
  /**
26794
26794
  * Returns the side panel's current layout.
26795
26795
  *
26796
- * @since Pending
26796
+ * @since Chrome 140
26797
26797
  */
26798
26798
  export function getLayout(): Promise<PanelLayout>;
26799
26799
 
@@ -26801,7 +26801,7 @@ declare namespace chrome {
26801
26801
  * Returns the side panel's current layout.
26802
26802
  *
26803
26803
  * @param callback Called with a {@link PanelLayout} containing the side value.
26804
- * @since Pending
26804
+ * @since Chrome 140
26805
26805
  */
26806
26806
  export function getLayout(
26807
26807
 
@@ -31226,7 +31226,7 @@ declare namespace chrome {
31226
31226
  /**
31227
31227
  * The tab's new Split View.
31228
31228
  *
31229
- * @since Pending
31229
+ * @since Chrome 140
31230
31230
  */
31231
31231
  splitViewId?: number,
31232
31232
 
@@ -31908,7 +31908,7 @@ declare namespace chrome {
31908
31908
  /**
31909
31909
  * The ID of the Split View that the tabs are in, or {@link tabs.SPLIT_VIEW_ID_NONE} for tabs that aren't in a Split View.
31910
31910
  *
31911
- * @since Pending
31911
+ * @since Chrome 140
31912
31912
  */
31913
31913
  splitViewId?: number,
31914
31914
 
@@ -32021,7 +32021,7 @@ declare namespace chrome {
32021
32021
  /**
32022
32022
  * The ID of the Split View that the tabs are in, or {@link tabs.SPLIT_VIEW_ID_NONE} for tabs that aren't in a Split View.
32023
32023
  *
32024
- * @since Pending
32024
+ * @since Chrome 140
32025
32025
  */
32026
32026
  splitViewId?: number,
32027
32027
 
package/index.d.ts CHANGED
@@ -14,8 +14,8 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- // Generated on Mon Aug 25 2025 22:34:19 GMT+0000 (Coordinated Universal Time)
18
- // Built at f6a160fe6b8378fc2e61dd84e286e3493d6da59a
17
+ // Generated on Wed Aug 27 2025 22:32:15 GMT+0000 (Coordinated Universal Time)
18
+ // Built at b72c5e5e9621be57f53d6915ced563c9a8a976ca
19
19
 
20
20
  // Includes MV3+ APIs only.
21
21
 
@@ -5881,7 +5881,7 @@ declare namespace chrome {
5881
5881
  /**
5882
5882
  * Mirrors [WindowAudioPreferenceEnum](https://w3c.github.io/mediacapture-screen-share/#dom-windowaudiopreferenceenum).
5883
5883
  *
5884
- * @since Pending
5884
+ * @since Chrome 140
5885
5885
  */
5886
5886
  export type WindowAudioPreferenceEnum = "system" | "window" | "exclude";
5887
5887
 
@@ -6323,7 +6323,7 @@ declare namespace chrome {
6323
6323
  /**
6324
6324
  * Shows the panel by activating the corresponding tab.
6325
6325
  *
6326
- * @since Pending
6326
+ * @since Chrome 140
6327
6327
  */
6328
6328
  show(): void;
6329
6329
  }
@@ -18821,7 +18821,7 @@ declare namespace chrome {
18821
18821
  /**
18822
18822
  * `protocol_handlers` manifest key defintion. Protocol Handlers allow developers to let extensions register Custom Handlers for URL's schemes unknown to the Browser. This manifest key provides a similar behavior than the Web API implementing the Custom Handlers section of the HTML specification. https://html.spec.whatwg.org/#custom-handlers
18823
18823
  *
18824
- * @since Pending
18824
+ * @since Chrome 140
18825
18825
  */
18826
18826
  export namespace protocolHandlers {
18827
18827
 
@@ -20694,12 +20694,12 @@ declare namespace chrome {
20694
20694
  /**
20695
20695
  * Defines the possible alignment for the side panel in the browser UI.
20696
20696
  *
20697
- * @since Pending
20697
+ * @since Chrome 140
20698
20698
  */
20699
20699
  export type Side = "left" | "right";
20700
20700
 
20701
20701
  /**
20702
- * @since Pending
20702
+ * @since Chrome 140
20703
20703
  */
20704
20704
  export interface PanelLayout {
20705
20705
 
@@ -20909,7 +20909,7 @@ declare namespace chrome {
20909
20909
  /**
20910
20910
  * Returns the side panel's current layout.
20911
20911
  *
20912
- * @since Pending
20912
+ * @since Chrome 140
20913
20913
  */
20914
20914
  export function getLayout(): Promise<PanelLayout>;
20915
20915
 
@@ -20917,7 +20917,7 @@ declare namespace chrome {
20917
20917
  * Returns the side panel's current layout.
20918
20918
  *
20919
20919
  * @param callback Called with a {@link PanelLayout} containing the side value.
20920
- * @since Pending
20920
+ * @since Chrome 140
20921
20921
  */
20922
20922
  export function getLayout(
20923
20923
 
@@ -24413,7 +24413,7 @@ declare namespace chrome {
24413
24413
  /**
24414
24414
  * The tab's new Split View.
24415
24415
  *
24416
- * @since Pending
24416
+ * @since Chrome 140
24417
24417
  */
24418
24418
  splitViewId?: number,
24419
24419
 
@@ -24947,7 +24947,7 @@ declare namespace chrome {
24947
24947
  /**
24948
24948
  * The ID of the Split View that the tabs are in, or {@link tabs.SPLIT_VIEW_ID_NONE} for tabs that aren't in a Split View.
24949
24949
  *
24950
- * @since Pending
24950
+ * @since Chrome 140
24951
24951
  */
24952
24952
  splitViewId?: number,
24953
24953
 
@@ -25060,7 +25060,7 @@ declare namespace chrome {
25060
25060
  /**
25061
25061
  * The ID of the Split View that the tabs are in, or {@link tabs.SPLIT_VIEW_ID_NONE} for tabs that aren't in a Split View.
25062
25062
  *
25063
- * @since Pending
25063
+ * @since Chrome 140
25064
25064
  */
25065
25065
  splitViewId?: number,
25066
25066
 
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "module",
6
6
  "name": "chrome-types",
7
7
  "config": {
8
- "build-hash": "ffc96a8aa57bbde1"
8
+ "build-hash": "5e8ab2aeb806e77a"
9
9
  },
10
10
  "repository": {
11
11
  "type": "git",
@@ -16,5 +16,5 @@
16
16
  "url": "https://github.com/GoogleChrome/chrome-types/issues"
17
17
  },
18
18
  "homepage": "https://github.com/GoogleChrome/chrome-types",
19
- "version": "0.1.373"
19
+ "version": "0.1.374"
20
20
  }