chrome-types 0.1.378 → 0.1.379

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 +13 -13
  2. package/index.d.ts +6 -6
  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 Tue Sep 23 2025 22:32:55 GMT+0000 (Coordinated Universal Time)
18
- // Built at 1ee791397a82522faf6bac7ffcc6180cbebad93b
17
+ // Generated on Thu Sep 25 2025 22:31:57 GMT+0000 (Coordinated Universal Time)
18
+ // Built at f738486f78066595f876232b5568b8d9c3be6d66
19
19
 
20
20
  // Includes all types, including MV2 + Platform Apps APIs.
21
21
 
@@ -6419,7 +6419,7 @@ declare namespace chrome {
6419
6419
  export type MultipleAutomaticDownloadsContentSetting = "allow" | "block" | "ask";
6420
6420
 
6421
6421
  /**
6422
- * @since Pending
6422
+ * @since Chrome 141
6423
6423
  */
6424
6424
  export type SoundContentSetting = "allow" | "block";
6425
6425
 
@@ -26649,7 +26649,7 @@ declare namespace chrome {
26649
26649
  }
26650
26650
 
26651
26651
  /**
26652
- * @since Pending
26652
+ * @since Chrome 141
26653
26653
  */
26654
26654
  export interface CloseOptions {
26655
26655
 
@@ -26665,7 +26665,7 @@ declare namespace chrome {
26665
26665
  }
26666
26666
 
26667
26667
  /**
26668
- * @since Pending
26668
+ * @since Chrome 141
26669
26669
  */
26670
26670
  export interface PanelOpenedInfo {
26671
26671
 
@@ -26709,7 +26709,7 @@ declare namespace chrome {
26709
26709
  /**
26710
26710
  * Fired when the extension's side panel is opened.
26711
26711
  *
26712
- * @since Pending
26712
+ * @since Chrome 141
26713
26713
  */
26714
26714
  export const onOpened: events.Event<(
26715
26715
  info: PanelOpenedInfo,
@@ -38807,42 +38807,42 @@ declare namespace chrome {
38807
38807
  /**
38808
38808
  * Determines what to do with the active match after the find session has ended. `clear` will clear the highlighting over the active match; `keep` will keep the active match highlighted; `activate` will keep the active match highlighted and simulate a user click on that match. The default action is `keep`.
38809
38809
  *
38810
- * @since Pending
38810
+ * @since Chrome 141
38811
38811
  */
38812
38812
  export type StopFindingAction = "clear" | "keep" | "activate";
38813
38813
 
38814
38814
  /**
38815
38815
  * The type of modal dialog requested by the guest.
38816
38816
  *
38817
- * @since Pending
38817
+ * @since Chrome 141
38818
38818
  */
38819
38819
  export type DialogMessageType = "alert" | "confirm" | "prompt";
38820
38820
 
38821
38821
  /**
38822
38822
  * String indicating the reason for the exit.
38823
38823
  *
38824
- * @since Pending
38824
+ * @since Chrome 141
38825
38825
  */
38826
38826
  export type ExitReason = "normal" | "abnormal" | "crashed" | "killed" | "oom killed" | "oom" | "failed to launch" | "integrity failure";
38827
38827
 
38828
38828
  /**
38829
38829
  * String indicating what type of abort occurred. This string is _not_ guaranteed to remain backwards compatible between releases. You must not parse and act based upon its content. It is also possible that, in some cases, an error not listed here could be reported.
38830
38830
  *
38831
- * @since Pending
38831
+ * @since Chrome 141
38832
38832
  */
38833
38833
  export type LoadAbortReason = "ERR_ABORTED" | "ERR_INVALID_URL" | "ERR_DISALLOWED_URL_SCHEME" | "ERR_BLOCKED_BY_CLIENT" | "ERR_ADDRESS_UNREACHABLE" | "ERR_EMPTY_RESPONSE" | "ERR_FILE_NOT_FOUND" | "ERR_UNKNOWN_URL_SCHEME";
38834
38834
 
38835
38835
  /**
38836
38836
  * The requested disposition of the new window.
38837
38837
  *
38838
- * @since Pending
38838
+ * @since Chrome 141
38839
38839
  */
38840
38840
  export type WindowOpenDisposition = "ignore" | "save_to_disk" | "current_tab" | "new_background_tab" | "new_foreground_tab" | "new_window" | "new_popup";
38841
38841
 
38842
38842
  /**
38843
38843
  * The type of permission being requested.
38844
38844
  *
38845
- * @since Pending
38845
+ * @since Chrome 141
38846
38846
  */
38847
38847
  export type PermissionType = "media" | "geolocation" | "pointerLock" | "download" | "loadplugin" | "filesystem" | "fullscreen" | "hid";
38848
38848
 
@@ -38935,7 +38935,7 @@ declare namespace chrome {
38935
38935
  */
38936
38936
  export const exit: events.Event<(
38937
38937
  /**
38938
- * @since Pending
38938
+ * @since Chrome 141
38939
38939
  */
38940
38940
  details: {
38941
38941
 
package/index.d.ts CHANGED
@@ -14,8 +14,8 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- // Generated on Tue Sep 23 2025 22:32:50 GMT+0000 (Coordinated Universal Time)
18
- // Built at 1ee791397a82522faf6bac7ffcc6180cbebad93b
17
+ // Generated on Thu Sep 25 2025 22:31:52 GMT+0000 (Coordinated Universal Time)
18
+ // Built at f738486f78066595f876232b5568b8d9c3be6d66
19
19
 
20
20
  // Includes MV3+ APIs only.
21
21
 
@@ -3171,7 +3171,7 @@ declare namespace chrome {
3171
3171
  export type MultipleAutomaticDownloadsContentSetting = "allow" | "block" | "ask";
3172
3172
 
3173
3173
  /**
3174
- * @since Pending
3174
+ * @since Chrome 141
3175
3175
  */
3176
3176
  export type SoundContentSetting = "allow" | "block";
3177
3177
 
@@ -20765,7 +20765,7 @@ declare namespace chrome {
20765
20765
  }
20766
20766
 
20767
20767
  /**
20768
- * @since Pending
20768
+ * @since Chrome 141
20769
20769
  */
20770
20770
  export interface CloseOptions {
20771
20771
 
@@ -20781,7 +20781,7 @@ declare namespace chrome {
20781
20781
  }
20782
20782
 
20783
20783
  /**
20784
- * @since Pending
20784
+ * @since Chrome 141
20785
20785
  */
20786
20786
  export interface PanelOpenedInfo {
20787
20787
 
@@ -20825,7 +20825,7 @@ declare namespace chrome {
20825
20825
  /**
20826
20826
  * Fired when the extension's side panel is opened.
20827
20827
  *
20828
- * @since Pending
20828
+ * @since Chrome 141
20829
20829
  */
20830
20830
  export const onOpened: events.Event<(
20831
20831
  info: PanelOpenedInfo,
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "module",
6
6
  "name": "chrome-types",
7
7
  "config": {
8
- "build-hash": "bb446e22a834cc2c"
8
+ "build-hash": "eb84b7e98d8e50b2"
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.378"
19
+ "version": "0.1.379"
20
20
  }