chrome-types 0.1.414 → 0.1.416
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 +11 -15
- package/index.d.ts +11 -15
- 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 Thu Feb 19 2026 22:27:09 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 301af2ced25c43c50bc4c344cfb45785057198ca
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -4041,7 +4041,7 @@ declare namespace chrome {
|
|
|
4041
4041
|
/**
|
|
4042
4042
|
* The `id` associated with the root level node.
|
|
4043
4043
|
*
|
|
4044
|
-
* @since
|
|
4044
|
+
* @since Chrome 145
|
|
4045
4045
|
*/
|
|
4046
4046
|
export const ROOT_NODE_ID: "0";
|
|
4047
4047
|
|
|
@@ -7894,7 +7894,7 @@ declare namespace chrome {
|
|
|
7894
7894
|
export type UnsupportedRegexReason = "syntaxError" | "memoryLimitExceeded";
|
|
7895
7895
|
|
|
7896
7896
|
/**
|
|
7897
|
-
* @since
|
|
7897
|
+
* @since Chrome 145
|
|
7898
7898
|
*/
|
|
7899
7899
|
export type RuleConditionKeys = "urlFilter" | "regexFilter" | "isUrlFilterCaseSensitive" | "initiatorDomains" | "excludedInitiatorDomains" | "requestDomains" | "excludedRequestDomains" | "topDomains" | "excludedTopDomains" | "domains" | "excludedDomains" | "resourceTypes" | "excludedResourceTypes" | "requestMethods" | "excludedRequestMethods" | "domainType" | "tabIds" | "excludedTabIds" | "responseHeaders" | "excludedResponseHeaders";
|
|
7900
7900
|
|
|
@@ -8149,7 +8149,7 @@ declare namespace chrome {
|
|
|
8149
8149
|
* * Sub-domains of the listed domains are also matched.
|
|
8150
8150
|
* * For requests with no associated top-level frame (e.g. ServiceWorker initiated requests, the request initiator's domain is considered instead.
|
|
8151
8151
|
*
|
|
8152
|
-
* @since
|
|
8152
|
+
* @since Chrome 145
|
|
8153
8153
|
*/
|
|
8154
8154
|
topDomains?: string[];
|
|
8155
8155
|
|
|
@@ -8164,7 +8164,7 @@ declare namespace chrome {
|
|
|
8164
8164
|
* * Sub-domains of the listed domains are also excluded.
|
|
8165
8165
|
* * For requests with no associated top-level frame (e.g. ServiceWorker initiated requests, the request initiator's domain is considered instead.
|
|
8166
8166
|
*
|
|
8167
|
-
* @since
|
|
8167
|
+
* @since Chrome 145
|
|
8168
8168
|
*/
|
|
8169
8169
|
excludedTopDomains?: string[];
|
|
8170
8170
|
|
|
@@ -8481,7 +8481,7 @@ declare namespace chrome {
|
|
|
8481
8481
|
/**
|
|
8482
8482
|
* The associated top-level frame URL (if any) for the request.
|
|
8483
8483
|
*
|
|
8484
|
-
* @since
|
|
8484
|
+
* @since Chrome 145
|
|
8485
8485
|
*/
|
|
8486
8486
|
topUrl?: string;
|
|
8487
8487
|
|
|
@@ -24830,7 +24830,7 @@ declare namespace chrome {
|
|
|
24830
24830
|
*/
|
|
24831
24831
|
sendResponse: (
|
|
24832
24832
|
/**
|
|
24833
|
-
* @since
|
|
24833
|
+
* @since Chrome 145
|
|
24834
24834
|
*/
|
|
24835
24835
|
response?: any,
|
|
24836
24836
|
) => void,
|
|
@@ -24850,7 +24850,7 @@ declare namespace chrome {
|
|
|
24850
24850
|
*/
|
|
24851
24851
|
sendResponse: (
|
|
24852
24852
|
/**
|
|
24853
|
-
* @since
|
|
24853
|
+
* @since Chrome 145
|
|
24854
24854
|
*/
|
|
24855
24855
|
response?: any,
|
|
24856
24856
|
) => void,
|
|
@@ -29490,10 +29490,6 @@ declare namespace chrome {
|
|
|
29490
29490
|
* Use the `system.display` API to query display metadata.
|
|
29491
29491
|
*
|
|
29492
29492
|
* @chrome-permission system.display
|
|
29493
|
-
* @chrome-platform chromeos
|
|
29494
|
-
* @chrome-platform linux
|
|
29495
|
-
* @chrome-platform mac
|
|
29496
|
-
* @chrome-platform win
|
|
29497
29493
|
*/
|
|
29498
29494
|
export namespace system.display {
|
|
29499
29495
|
|
|
@@ -30964,7 +30960,7 @@ declare namespace chrome {
|
|
|
30964
30960
|
/**
|
|
30965
30961
|
* The ID of the Split View that the tab belongs to.
|
|
30966
30962
|
*
|
|
30967
|
-
* @since
|
|
30963
|
+
* @since Chrome 145
|
|
30968
30964
|
*/
|
|
30969
30965
|
splitViewId?: number;
|
|
30970
30966
|
|
|
@@ -31149,7 +31145,7 @@ declare namespace chrome {
|
|
|
31149
31145
|
/**
|
|
31150
31146
|
* An ID that represents the absence of a split tab.
|
|
31151
31147
|
*
|
|
31152
|
-
* @since
|
|
31148
|
+
* @since Chrome 145
|
|
31153
31149
|
*/
|
|
31154
31150
|
export const SPLIT_VIEW_ID_NONE: -1;
|
|
31155
31151
|
|
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 Thu Feb 19 2026 22:27:04 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 301af2ced25c43c50bc4c344cfb45785057198ca
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
|
@@ -1416,7 +1416,7 @@ declare namespace chrome {
|
|
|
1416
1416
|
/**
|
|
1417
1417
|
* The `id` associated with the root level node.
|
|
1418
1418
|
*
|
|
1419
|
-
* @since
|
|
1419
|
+
* @since Chrome 145
|
|
1420
1420
|
*/
|
|
1421
1421
|
export const ROOT_NODE_ID: "0";
|
|
1422
1422
|
|
|
@@ -4702,7 +4702,7 @@ declare namespace chrome {
|
|
|
4702
4702
|
export type UnsupportedRegexReason = "syntaxError" | "memoryLimitExceeded";
|
|
4703
4703
|
|
|
4704
4704
|
/**
|
|
4705
|
-
* @since
|
|
4705
|
+
* @since Chrome 145
|
|
4706
4706
|
*/
|
|
4707
4707
|
export type RuleConditionKeys = "urlFilter" | "regexFilter" | "isUrlFilterCaseSensitive" | "initiatorDomains" | "excludedInitiatorDomains" | "requestDomains" | "excludedRequestDomains" | "topDomains" | "excludedTopDomains" | "domains" | "excludedDomains" | "resourceTypes" | "excludedResourceTypes" | "requestMethods" | "excludedRequestMethods" | "domainType" | "tabIds" | "excludedTabIds" | "responseHeaders" | "excludedResponseHeaders";
|
|
4708
4708
|
|
|
@@ -4957,7 +4957,7 @@ declare namespace chrome {
|
|
|
4957
4957
|
* * Sub-domains of the listed domains are also matched.
|
|
4958
4958
|
* * For requests with no associated top-level frame (e.g. ServiceWorker initiated requests, the request initiator's domain is considered instead.
|
|
4959
4959
|
*
|
|
4960
|
-
* @since
|
|
4960
|
+
* @since Chrome 145
|
|
4961
4961
|
*/
|
|
4962
4962
|
topDomains?: string[];
|
|
4963
4963
|
|
|
@@ -4972,7 +4972,7 @@ declare namespace chrome {
|
|
|
4972
4972
|
* * Sub-domains of the listed domains are also excluded.
|
|
4973
4973
|
* * For requests with no associated top-level frame (e.g. ServiceWorker initiated requests, the request initiator's domain is considered instead.
|
|
4974
4974
|
*
|
|
4975
|
-
* @since
|
|
4975
|
+
* @since Chrome 145
|
|
4976
4976
|
*/
|
|
4977
4977
|
excludedTopDomains?: string[];
|
|
4978
4978
|
|
|
@@ -5289,7 +5289,7 @@ declare namespace chrome {
|
|
|
5289
5289
|
/**
|
|
5290
5290
|
* The associated top-level frame URL (if any) for the request.
|
|
5291
5291
|
*
|
|
5292
|
-
* @since
|
|
5292
|
+
* @since Chrome 145
|
|
5293
5293
|
*/
|
|
5294
5294
|
topUrl?: string;
|
|
5295
5295
|
|
|
@@ -17612,7 +17612,7 @@ declare namespace chrome {
|
|
|
17612
17612
|
*/
|
|
17613
17613
|
sendResponse: (
|
|
17614
17614
|
/**
|
|
17615
|
-
* @since
|
|
17615
|
+
* @since Chrome 145
|
|
17616
17616
|
*/
|
|
17617
17617
|
response?: any,
|
|
17618
17618
|
) => void,
|
|
@@ -17632,7 +17632,7 @@ declare namespace chrome {
|
|
|
17632
17632
|
*/
|
|
17633
17633
|
sendResponse: (
|
|
17634
17634
|
/**
|
|
17635
|
-
* @since
|
|
17635
|
+
* @since Chrome 145
|
|
17636
17636
|
*/
|
|
17637
17637
|
response?: any,
|
|
17638
17638
|
) => void,
|
|
@@ -20782,10 +20782,6 @@ declare namespace chrome {
|
|
|
20782
20782
|
* Use the `system.display` API to query display metadata.
|
|
20783
20783
|
*
|
|
20784
20784
|
* @chrome-permission system.display
|
|
20785
|
-
* @chrome-platform chromeos
|
|
20786
|
-
* @chrome-platform linux
|
|
20787
|
-
* @chrome-platform mac
|
|
20788
|
-
* @chrome-platform win
|
|
20789
20785
|
*/
|
|
20790
20786
|
export namespace system.display {
|
|
20791
20787
|
|
|
@@ -22257,7 +22253,7 @@ declare namespace chrome {
|
|
|
22257
22253
|
/**
|
|
22258
22254
|
* The ID of the Split View that the tab belongs to.
|
|
22259
22255
|
*
|
|
22260
|
-
* @since
|
|
22256
|
+
* @since Chrome 145
|
|
22261
22257
|
*/
|
|
22262
22258
|
splitViewId?: number;
|
|
22263
22259
|
|
|
@@ -22442,7 +22438,7 @@ declare namespace chrome {
|
|
|
22442
22438
|
/**
|
|
22443
22439
|
* An ID that represents the absence of a split tab.
|
|
22444
22440
|
*
|
|
22445
|
-
* @since
|
|
22441
|
+
* @since Chrome 145
|
|
22446
22442
|
*/
|
|
22447
22443
|
export const SPLIT_VIEW_ID_NONE: -1;
|
|
22448
22444
|
|
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": "8afb6bc26ad694fe"
|
|
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.416"
|
|
20
20
|
}
|