chrome-types 0.1.307 → 0.1.308
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 +7 -7
- package/index.d.ts +7 -7
- 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 Wed Oct 09 2024 22:32:54 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 94146150ffb1973bcce4724cc04f764871c8094c
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -208,7 +208,7 @@ declare namespace chrome {
|
|
|
208
208
|
}
|
|
209
209
|
|
|
210
210
|
/**
|
|
211
|
-
* @since
|
|
211
|
+
* @since Chrome 130
|
|
212
212
|
*/
|
|
213
213
|
export interface UserSettingsChange {
|
|
214
214
|
|
|
@@ -239,7 +239,7 @@ declare namespace chrome {
|
|
|
239
239
|
/**
|
|
240
240
|
* Fired when user-specified settings relating to an extension's action change.
|
|
241
241
|
*
|
|
242
|
-
* @since
|
|
242
|
+
* @since Chrome 130
|
|
243
243
|
*/
|
|
244
244
|
export const onUserSettingsChanged: events.Event<(
|
|
245
245
|
change: UserSettingsChange,
|
|
@@ -6891,7 +6891,7 @@ declare namespace chrome {
|
|
|
6891
6891
|
/**
|
|
6892
6892
|
* Indicates if the cookie was set in a cross-cross site context. This prevents a top-level site embedded in a cross-site context from accessing cookies set by the top-level site in a same-site context.
|
|
6893
6893
|
*
|
|
6894
|
-
* @since
|
|
6894
|
+
* @since Chrome 130
|
|
6895
6895
|
*/
|
|
6896
6896
|
hasCrossSiteAncestor?: boolean;
|
|
6897
6897
|
}
|
|
@@ -28370,7 +28370,7 @@ declare namespace chrome {
|
|
|
28370
28370
|
/**
|
|
28371
28371
|
* Gets all keys from storage.
|
|
28372
28372
|
*
|
|
28373
|
-
* @since
|
|
28373
|
+
* @since Chrome 130
|
|
28374
28374
|
*/
|
|
28375
28375
|
getKeys(): Promise<string[]>;
|
|
28376
28376
|
|
|
@@ -28378,7 +28378,7 @@ declare namespace chrome {
|
|
|
28378
28378
|
* Gets all keys from storage.
|
|
28379
28379
|
*
|
|
28380
28380
|
* @param callback Callback with storage keys, or on failure (in which case {@link runtime.lastError} will be set).
|
|
28381
|
-
* @since
|
|
28381
|
+
* @since Chrome 130
|
|
28382
28382
|
*/
|
|
28383
28383
|
getKeys(
|
|
28384
28384
|
|
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 Wed Oct 09 2024 22:32:50 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 94146150ffb1973bcce4724cc04f764871c8094c
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
|
@@ -266,7 +266,7 @@ declare namespace chrome {
|
|
|
266
266
|
}
|
|
267
267
|
|
|
268
268
|
/**
|
|
269
|
-
* @since
|
|
269
|
+
* @since Chrome 130
|
|
270
270
|
*/
|
|
271
271
|
export interface UserSettingsChange {
|
|
272
272
|
|
|
@@ -297,7 +297,7 @@ declare namespace chrome {
|
|
|
297
297
|
/**
|
|
298
298
|
* Fired when user-specified settings relating to an extension's action change.
|
|
299
299
|
*
|
|
300
|
-
* @since
|
|
300
|
+
* @since Chrome 130
|
|
301
301
|
*/
|
|
302
302
|
export const onUserSettingsChanged: events.Event<(
|
|
303
303
|
change: UserSettingsChange,
|
|
@@ -3637,7 +3637,7 @@ declare namespace chrome {
|
|
|
3637
3637
|
/**
|
|
3638
3638
|
* Indicates if the cookie was set in a cross-cross site context. This prevents a top-level site embedded in a cross-site context from accessing cookies set by the top-level site in a same-site context.
|
|
3639
3639
|
*
|
|
3640
|
-
* @since
|
|
3640
|
+
* @since Chrome 130
|
|
3641
3641
|
*/
|
|
3642
3642
|
hasCrossSiteAncestor?: boolean;
|
|
3643
3643
|
}
|
|
@@ -21842,7 +21842,7 @@ declare namespace chrome {
|
|
|
21842
21842
|
/**
|
|
21843
21843
|
* Gets all keys from storage.
|
|
21844
21844
|
*
|
|
21845
|
-
* @since
|
|
21845
|
+
* @since Chrome 130
|
|
21846
21846
|
*/
|
|
21847
21847
|
getKeys(): Promise<string[]>;
|
|
21848
21848
|
|
|
@@ -21850,7 +21850,7 @@ declare namespace chrome {
|
|
|
21850
21850
|
* Gets all keys from storage.
|
|
21851
21851
|
*
|
|
21852
21852
|
* @param callback Callback with storage keys, or on failure (in which case {@link runtime.lastError} will be set).
|
|
21853
|
-
* @since
|
|
21853
|
+
* @since Chrome 130
|
|
21854
21854
|
*/
|
|
21855
21855
|
getKeys(
|
|
21856
21856
|
|
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": "3c560711b82205f6"
|
|
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.308"
|
|
20
20
|
}
|