chrome-types 0.1.306 → 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.
Files changed (3) hide show
  1. package/_all.d.ts +8 -8
  2. package/index.d.ts +8 -8
  3. 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 Fri Sep 13 2024 22:31:24 GMT+0000 (Coordinated Universal Time)
18
- // Built at 5b5f5f056a1ea5580fb938a5c6060ce9cb3c5562
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 Pending
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 Pending
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 Pending
6894
+ * @since Chrome 130
6895
6895
  */
6896
6896
  hasCrossSiteAncestor?: boolean;
6897
6897
  }
@@ -20432,7 +20432,7 @@ declare namespace chrome {
20432
20432
  export interface WiFiProperties {
20433
20433
 
20434
20434
  /**
20435
- * Whether ARP polling of default gateway is allowed. Defaults to true.
20435
+ * @deprecated Removed in M131. There is no active ARP polling now.
20436
20436
  */
20437
20437
  AllowGatewayARPPolling?: boolean;
20438
20438
 
@@ -28370,7 +28370,7 @@ declare namespace chrome {
28370
28370
  /**
28371
28371
  * Gets all keys from storage.
28372
28372
  *
28373
- * @since Pending
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 Pending
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 Fri Sep 13 2024 22:31:19 GMT+0000 (Coordinated Universal Time)
18
- // Built at 5b5f5f056a1ea5580fb938a5c6060ce9cb3c5562
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 Pending
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 Pending
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 Pending
3640
+ * @since Chrome 130
3641
3641
  */
3642
3642
  hasCrossSiteAncestor?: boolean;
3643
3643
  }
@@ -15507,7 +15507,7 @@ declare namespace chrome {
15507
15507
  export interface WiFiProperties {
15508
15508
 
15509
15509
  /**
15510
- * Whether ARP polling of default gateway is allowed. Defaults to true.
15510
+ * @deprecated Removed in M131. There is no active ARP polling now.
15511
15511
  */
15512
15512
  AllowGatewayARPPolling?: boolean;
15513
15513
 
@@ -21842,7 +21842,7 @@ declare namespace chrome {
21842
21842
  /**
21843
21843
  * Gets all keys from storage.
21844
21844
  *
21845
- * @since Pending
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 Pending
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": "0a3f2673585fc1d9"
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.306"
19
+ "version": "0.1.308"
20
20
  }