chrome-types 0.1.418 → 0.1.420
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/_all.d.ts +5 -8
- package/index.d.ts +5 -5
- 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
|
|
18
|
-
// Built at
|
|
17
|
+
// Generated on Fri Feb 27 2026 16:11:35 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at faf699ca85f5ac5e21471939753d9ab476cfd5bc
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -24813,7 +24813,7 @@ declare namespace chrome {
|
|
|
24813
24813
|
) => void>;
|
|
24814
24814
|
|
|
24815
24815
|
/**
|
|
24816
|
-
* Fired when a message is sent from either
|
|
24816
|
+
* Fired when a message is sent from either {@link runtime.sendMessage} or {@link tabs.sendMessage}.
|
|
24817
24817
|
*/
|
|
24818
24818
|
export const onMessage: events.Event<(
|
|
24819
24819
|
message: any,
|
|
@@ -25750,9 +25750,6 @@ declare namespace chrome {
|
|
|
25750
25750
|
* @chrome-permission serial
|
|
25751
25751
|
* @chrome-platform-apps
|
|
25752
25752
|
* @chrome-platform chromeos
|
|
25753
|
-
* @chrome-platform linux
|
|
25754
|
-
* @chrome-platform mac
|
|
25755
|
-
* @chrome-platform win
|
|
25756
25753
|
*/
|
|
25757
25754
|
export namespace serial {
|
|
25758
25755
|
|
|
@@ -30967,7 +30964,7 @@ declare namespace chrome {
|
|
|
30967
30964
|
/**
|
|
30968
30965
|
* The ID of the Split View that the tab belongs to.
|
|
30969
30966
|
*
|
|
30970
|
-
* @since Chrome
|
|
30967
|
+
* @since Chrome 140
|
|
30971
30968
|
*/
|
|
30972
30969
|
splitViewId?: number;
|
|
30973
30970
|
|
|
@@ -31152,7 +31149,7 @@ declare namespace chrome {
|
|
|
31152
31149
|
/**
|
|
31153
31150
|
* An ID that represents the absence of a split tab.
|
|
31154
31151
|
*
|
|
31155
|
-
* @since Chrome
|
|
31152
|
+
* @since Chrome 140
|
|
31156
31153
|
*/
|
|
31157
31154
|
export const SPLIT_VIEW_ID_NONE: -1;
|
|
31158
31155
|
|
package/index.d.ts
CHANGED
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
|
|
17
|
-
// Generated on
|
|
18
|
-
// Built at
|
|
17
|
+
// Generated on Fri Feb 27 2026 16:11:31 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at faf699ca85f5ac5e21471939753d9ab476cfd5bc
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
|
@@ -17595,7 +17595,7 @@ declare namespace chrome {
|
|
|
17595
17595
|
) => void>;
|
|
17596
17596
|
|
|
17597
17597
|
/**
|
|
17598
|
-
* Fired when a message is sent from either
|
|
17598
|
+
* Fired when a message is sent from either {@link runtime.sendMessage} or {@link tabs.sendMessage}.
|
|
17599
17599
|
*/
|
|
17600
17600
|
export const onMessage: events.Event<(
|
|
17601
17601
|
message: any,
|
|
@@ -22260,7 +22260,7 @@ declare namespace chrome {
|
|
|
22260
22260
|
/**
|
|
22261
22261
|
* The ID of the Split View that the tab belongs to.
|
|
22262
22262
|
*
|
|
22263
|
-
* @since Chrome
|
|
22263
|
+
* @since Chrome 140
|
|
22264
22264
|
*/
|
|
22265
22265
|
splitViewId?: number;
|
|
22266
22266
|
|
|
@@ -22445,7 +22445,7 @@ declare namespace chrome {
|
|
|
22445
22445
|
/**
|
|
22446
22446
|
* An ID that represents the absence of a split tab.
|
|
22447
22447
|
*
|
|
22448
|
-
* @since Chrome
|
|
22448
|
+
* @since Chrome 140
|
|
22449
22449
|
*/
|
|
22450
22450
|
export const SPLIT_VIEW_ID_NONE: -1;
|
|
22451
22451
|
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"type": "module",
|
|
6
6
|
"name": "chrome-types",
|
|
7
7
|
"config": {
|
|
8
|
-
"build-hash": "
|
|
8
|
+
"build-hash": "4aa8e2fcdae4f973"
|
|
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.
|
|
19
|
+
"version": "0.1.420"
|
|
20
20
|
}
|