chrome-types 0.1.116 → 0.1.117
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 +12 -10
- package/index.d.ts +8 -6
- 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 Tue Jun 21 2022 22:28:13 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 673777125f952a62e636bc80303cbadab0db7f50
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -9361,7 +9361,7 @@ declare namespace chrome {
|
|
|
9361
9361
|
}
|
|
9362
9362
|
|
|
9363
9363
|
/**
|
|
9364
|
-
* @since
|
|
9364
|
+
* @since Chrome 103
|
|
9365
9365
|
*/
|
|
9366
9366
|
export interface TestMatchRequestDetails {
|
|
9367
9367
|
|
|
@@ -9436,7 +9436,7 @@ declare namespace chrome {
|
|
|
9436
9436
|
}
|
|
9437
9437
|
|
|
9438
9438
|
/**
|
|
9439
|
-
* @since
|
|
9439
|
+
* @since Chrome 103
|
|
9440
9440
|
*/
|
|
9441
9441
|
export interface TestMatchOutcomeResult {
|
|
9442
9442
|
|
|
@@ -9839,7 +9839,8 @@ declare namespace chrome {
|
|
|
9839
9839
|
/**
|
|
9840
9840
|
* Checks if any of the extension's declarativeNetRequest rules would match a hypothetical request. Note: Only available for unpacked extensions as this is only intended to be used during extension development.
|
|
9841
9841
|
*
|
|
9842
|
-
* @since Pending
|
|
9842
|
+
* @chrome-returns-extra since Pending
|
|
9843
|
+
* @since Chrome 103
|
|
9843
9844
|
*/
|
|
9844
9845
|
export function testMatchOutcome(
|
|
9845
9846
|
|
|
@@ -9850,7 +9851,7 @@ declare namespace chrome {
|
|
|
9850
9851
|
* Checks if any of the extension's declarativeNetRequest rules would match a hypothetical request. Note: Only available for unpacked extensions as this is only intended to be used during extension development.
|
|
9851
9852
|
*
|
|
9852
9853
|
* @param callback Called with the details of matched rules.
|
|
9853
|
-
* @since
|
|
9854
|
+
* @since Chrome 103
|
|
9854
9855
|
*/
|
|
9855
9856
|
export function testMatchOutcome(
|
|
9856
9857
|
|
|
@@ -24969,7 +24970,7 @@ declare namespace chrome {
|
|
|
24969
24970
|
/**
|
|
24970
24971
|
* DNS resolution preferences. The default is `any` and uses the current OS config which may return IPv4 or IPv6. `ipv4` forces IPv4, and `ipv6` forces IPv6.
|
|
24971
24972
|
*
|
|
24972
|
-
* @since
|
|
24973
|
+
* @since Chrome 103
|
|
24973
24974
|
*/
|
|
24974
24975
|
export type DnsQueryType = "any" | "ipv4" | "ipv6";
|
|
24975
24976
|
|
|
@@ -25241,7 +25242,7 @@ declare namespace chrome {
|
|
|
25241
25242
|
peerPort: number,
|
|
25242
25243
|
|
|
25243
25244
|
/**
|
|
25244
|
-
* @since
|
|
25245
|
+
* @since Chrome 103
|
|
25245
25246
|
*/
|
|
25246
25247
|
dnsQueryType: DnsQueryType,
|
|
25247
25248
|
|
|
@@ -25704,7 +25705,7 @@ declare namespace chrome {
|
|
|
25704
25705
|
/**
|
|
25705
25706
|
* DNS resolution preferences. The default is `any` and uses the current OS config which may return IPv4 or IPv6. `ipv4` forces IPv4, and `ipv6` forces IPv6.
|
|
25706
25707
|
*
|
|
25707
|
-
* @since
|
|
25708
|
+
* @since Chrome 103
|
|
25708
25709
|
*/
|
|
25709
25710
|
export type DnsQueryType = "any" | "ipv4" | "ipv6";
|
|
25710
25711
|
|
|
@@ -25920,7 +25921,7 @@ declare namespace chrome {
|
|
|
25920
25921
|
port: number,
|
|
25921
25922
|
|
|
25922
25923
|
/**
|
|
25923
|
-
* @since
|
|
25924
|
+
* @since Chrome 103
|
|
25924
25925
|
*/
|
|
25925
25926
|
dnsQueryType: DnsQueryType,
|
|
25926
25927
|
|
|
@@ -31781,6 +31782,7 @@ declare namespace chrome {
|
|
|
31781
31782
|
* @since Chrome 43
|
|
31782
31783
|
* @chrome-permission wallpaper
|
|
31783
31784
|
* @chrome-platform chromeos
|
|
31785
|
+
* @chrome-platform lacros
|
|
31784
31786
|
*/
|
|
31785
31787
|
export namespace wallpaper {
|
|
31786
31788
|
|
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 Tue Jun 21 2022 22:28:08 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 673777125f952a62e636bc80303cbadab0db7f50
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
|
@@ -6164,7 +6164,7 @@ declare namespace chrome {
|
|
|
6164
6164
|
}
|
|
6165
6165
|
|
|
6166
6166
|
/**
|
|
6167
|
-
* @since
|
|
6167
|
+
* @since Chrome 103
|
|
6168
6168
|
*/
|
|
6169
6169
|
export interface TestMatchRequestDetails {
|
|
6170
6170
|
|
|
@@ -6239,7 +6239,7 @@ declare namespace chrome {
|
|
|
6239
6239
|
}
|
|
6240
6240
|
|
|
6241
6241
|
/**
|
|
6242
|
-
* @since
|
|
6242
|
+
* @since Chrome 103
|
|
6243
6243
|
*/
|
|
6244
6244
|
export interface TestMatchOutcomeResult {
|
|
6245
6245
|
|
|
@@ -6642,7 +6642,8 @@ declare namespace chrome {
|
|
|
6642
6642
|
/**
|
|
6643
6643
|
* Checks if any of the extension's declarativeNetRequest rules would match a hypothetical request. Note: Only available for unpacked extensions as this is only intended to be used during extension development.
|
|
6644
6644
|
*
|
|
6645
|
-
* @since Pending
|
|
6645
|
+
* @chrome-returns-extra since Pending
|
|
6646
|
+
* @since Chrome 103
|
|
6646
6647
|
*/
|
|
6647
6648
|
export function testMatchOutcome(
|
|
6648
6649
|
|
|
@@ -6653,7 +6654,7 @@ declare namespace chrome {
|
|
|
6653
6654
|
* Checks if any of the extension's declarativeNetRequest rules would match a hypothetical request. Note: Only available for unpacked extensions as this is only intended to be used during extension development.
|
|
6654
6655
|
*
|
|
6655
6656
|
* @param callback Called with the details of matched rules.
|
|
6656
|
-
* @since
|
|
6657
|
+
* @since Chrome 103
|
|
6657
6658
|
*/
|
|
6658
6659
|
export function testMatchOutcome(
|
|
6659
6660
|
|
|
@@ -25010,6 +25011,7 @@ declare namespace chrome {
|
|
|
25010
25011
|
* @since Chrome 43
|
|
25011
25012
|
* @chrome-permission wallpaper
|
|
25012
25013
|
* @chrome-platform chromeos
|
|
25014
|
+
* @chrome-platform lacros
|
|
25013
25015
|
*/
|
|
25014
25016
|
export namespace wallpaper {
|
|
25015
25017
|
|
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": "caf84b52d735e7ff"
|
|
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.117"
|
|
20
20
|
}
|