chrome-types 0.1.305 → 0.1.307
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 -4
- package/index.d.ts +5 -4
- 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 Sep 26 2024 22:31:55 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at f6ffd8efb2314671b9e378d0d9f6cc90ea93e016
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -20432,7 +20432,7 @@ declare namespace chrome {
|
|
|
20432
20432
|
export interface WiFiProperties {
|
|
20433
20433
|
|
|
20434
20434
|
/**
|
|
20435
|
-
*
|
|
20435
|
+
* @deprecated Removed in M131. There is no active ARP polling now.
|
|
20436
20436
|
*/
|
|
20437
20437
|
AllowGatewayARPPolling?: boolean;
|
|
20438
20438
|
|
|
@@ -24222,9 +24222,10 @@ declare namespace chrome {
|
|
|
24222
24222
|
* @chrome-enum "BACKGROUND" Specifies the context type as a service worker.
|
|
24223
24223
|
* @chrome-enum "OFFSCREEN\_DOCUMENT" Specifies the context type as an offscreen document.
|
|
24224
24224
|
* @chrome-enum "SIDE\_PANEL" Specifies the context type as a side panel.
|
|
24225
|
+
* @chrome-enum "DEVELOPER\_TOOLS" Specifies the context type as developer tools.
|
|
24225
24226
|
* @since Chrome 114
|
|
24226
24227
|
*/
|
|
24227
|
-
export type ContextType = "TAB" | "POPUP" | "BACKGROUND" | "OFFSCREEN_DOCUMENT" | "SIDE_PANEL";
|
|
24228
|
+
export type ContextType = "TAB" | "POPUP" | "BACKGROUND" | "OFFSCREEN_DOCUMENT" | "SIDE_PANEL" | "DEVELOPER_TOOLS";
|
|
24228
24229
|
|
|
24229
24230
|
/**
|
|
24230
24231
|
* A context hosting extension content.
|
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 Sep 26 2024 22:31:50 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at f6ffd8efb2314671b9e378d0d9f6cc90ea93e016
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
|
@@ -15507,7 +15507,7 @@ declare namespace chrome {
|
|
|
15507
15507
|
export interface WiFiProperties {
|
|
15508
15508
|
|
|
15509
15509
|
/**
|
|
15510
|
-
*
|
|
15510
|
+
* @deprecated Removed in M131. There is no active ARP polling now.
|
|
15511
15511
|
*/
|
|
15512
15512
|
AllowGatewayARPPolling?: boolean;
|
|
15513
15513
|
|
|
@@ -18978,9 +18978,10 @@ declare namespace chrome {
|
|
|
18978
18978
|
* @chrome-enum "BACKGROUND" Specifies the context type as a service worker.
|
|
18979
18979
|
* @chrome-enum "OFFSCREEN\_DOCUMENT" Specifies the context type as an offscreen document.
|
|
18980
18980
|
* @chrome-enum "SIDE\_PANEL" Specifies the context type as a side panel.
|
|
18981
|
+
* @chrome-enum "DEVELOPER\_TOOLS" Specifies the context type as developer tools.
|
|
18981
18982
|
* @since Chrome 114
|
|
18982
18983
|
*/
|
|
18983
|
-
export type ContextType = "TAB" | "POPUP" | "BACKGROUND" | "OFFSCREEN_DOCUMENT" | "SIDE_PANEL";
|
|
18984
|
+
export type ContextType = "TAB" | "POPUP" | "BACKGROUND" | "OFFSCREEN_DOCUMENT" | "SIDE_PANEL" | "DEVELOPER_TOOLS";
|
|
18984
18985
|
|
|
18985
18986
|
/**
|
|
18986
18987
|
* A context hosting extension content.
|
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": "b5c5897f4013b50f"
|
|
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.307"
|
|
20
20
|
}
|