chrome-types 0.1.346 → 0.1.348

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 +6 -4
  2. package/index.d.ts +5 -3
  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 Wed Mar 26 2025 22:32:21 GMT+0000 (Coordinated Universal Time)
18
- // Built at e5b98cb7ec6e056d0034055539ef3002972a6dc0
17
+ // Generated on Thu Apr 24 2025 22:32:38 GMT+0000 (Coordinated Universal Time)
18
+ // Built at c1eaaec5480d69577b4f8e79ecaaa2c12c836f7d
19
19
 
20
20
  // Includes all types, including MV2 + Platform Apps APIs.
21
21
 
@@ -23667,6 +23667,8 @@ declare namespace chrome {
23667
23667
 
23668
23668
  /**
23669
23669
  * If disabled, Chrome blocks third-party sites from setting cookies. The value of this preference is of type boolean, and the default value is `true`.
23670
+ *
23671
+ * **Note:**Individual sites may still be able to access third-party cookies when this API returns `false`, if they have a valid [exemption](https://developers.google.com/privacy-sandbox/cookies/temporary-exceptions/preserving-critical-user-experiences) or they use the [Storage Access API](https://developers.google.com/privacy-sandbox/cookies/storage-access-api) instead.
23670
23672
  */
23671
23673
  thirdPartyCookiesAllowed: types.ChromeSetting<boolean>,
23672
23674
 
@@ -27159,7 +27161,7 @@ declare namespace chrome {
27159
27161
  /**
27160
27162
  * Set whether multicast packets sent from the host to the multicast group will be looped back to the host.
27161
27163
  *
27162
- * Note: the behavior of `setMulticastLoopbackMode` is slightly different between Windows and Unix-like systems. The inconsistency happens only when there is more than one application on the same host joined to the same multicast group while having different settings on multicast loopback mode. On Windows, the applications with loopback off will not RECEIVE the loopback packets; while on Unix-like systems, the applications with loopback off will not SEND the loopback packets to other applications on the same host. See MSDN: http://goo.gl/6vqbj
27164
+ * Note: the behavior of `setMulticastLoopbackMode` is slightly different between Windows and Unix-like systems. The inconsistency happens only when there is more than one application on the same host joined to the same multicast group while having different settings on multicast loopback mode. On Windows, the applications with loopback off will not RECEIVE the loopback packets; while on Unix-like systems, the applications with loopback off will not SEND the loopback packets to other applications on the same host. See MSDN: https://learn.microsoft.com/en-us/windows/win32/winsock/ip-multicast-2
27163
27165
  *
27164
27166
  * Calling this method does not require multicast permissions.
27165
27167
  *
@@ -28548,7 +28550,7 @@ declare namespace chrome {
28548
28550
  /**
28549
28551
  * Sets whether multicast packets sent from the host to the multicast group will be looped back to the host.
28550
28552
  *
28551
- * Note: the behavior of `setMulticastLoopbackMode` is slightly different between Windows and Unix-like systems. The inconsistency happens only when there is more than one application on the same host joined to the same multicast group while having different settings on multicast loopback mode. On Windows, the applications with loopback off will not RECEIVE the loopback packets; while on Unix-like systems, the applications with loopback off will not SEND the loopback packets to other applications on the same host. See MSDN: http://goo.gl/6vqbj
28553
+ * Note: the behavior of `setMulticastLoopbackMode` is slightly different between Windows and Unix-like systems. The inconsistency happens only when there is more than one application on the same host joined to the same multicast group while having different settings on multicast loopback mode. On Windows, the applications with loopback off will not RECEIVE the loopback packets; while on Unix-like systems, the applications with loopback off will not SEND the loopback packets to other applications on the same host. See MSDN: https://learn.microsoft.com/en-us/windows/win32/winsock/ip-multicast-2
28552
28554
  *
28553
28555
  * Calling this method does not require multicast permissions.
28554
28556
  *
package/index.d.ts CHANGED
@@ -14,8 +14,8 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- // Generated on Wed Mar 26 2025 22:32:16 GMT+0000 (Coordinated Universal Time)
18
- // Built at e5b98cb7ec6e056d0034055539ef3002972a6dc0
17
+ // Generated on Thu Apr 24 2025 22:32:33 GMT+0000 (Coordinated Universal Time)
18
+ // Built at c1eaaec5480d69577b4f8e79ecaaa2c12c836f7d
19
19
 
20
20
  // Includes MV3+ APIs only.
21
21
 
@@ -18435,6 +18435,8 @@ declare namespace chrome {
18435
18435
 
18436
18436
  /**
18437
18437
  * If disabled, Chrome blocks third-party sites from setting cookies. The value of this preference is of type boolean, and the default value is `true`.
18438
+ *
18439
+ * **Note:**Individual sites may still be able to access third-party cookies when this API returns `false`, if they have a valid [exemption](https://developers.google.com/privacy-sandbox/cookies/temporary-exceptions/preserving-critical-user-experiences) or they use the [Storage Access API](https://developers.google.com/privacy-sandbox/cookies/storage-access-api) instead.
18438
18440
  */
18439
18441
  thirdPartyCookiesAllowed: types.ChromeSetting<boolean>,
18440
18442
 
@@ -22031,7 +22033,7 @@ declare namespace chrome {
22031
22033
  /**
22032
22034
  * Sets whether multicast packets sent from the host to the multicast group will be looped back to the host.
22033
22035
  *
22034
- * Note: the behavior of `setMulticastLoopbackMode` is slightly different between Windows and Unix-like systems. The inconsistency happens only when there is more than one application on the same host joined to the same multicast group while having different settings on multicast loopback mode. On Windows, the applications with loopback off will not RECEIVE the loopback packets; while on Unix-like systems, the applications with loopback off will not SEND the loopback packets to other applications on the same host. See MSDN: http://goo.gl/6vqbj
22036
+ * Note: the behavior of `setMulticastLoopbackMode` is slightly different between Windows and Unix-like systems. The inconsistency happens only when there is more than one application on the same host joined to the same multicast group while having different settings on multicast loopback mode. On Windows, the applications with loopback off will not RECEIVE the loopback packets; while on Unix-like systems, the applications with loopback off will not SEND the loopback packets to other applications on the same host. See MSDN: https://learn.microsoft.com/en-us/windows/win32/winsock/ip-multicast-2
22035
22037
  *
22036
22038
  * Calling this method does not require multicast permissions.
22037
22039
  *
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "module",
6
6
  "name": "chrome-types",
7
7
  "config": {
8
- "build-hash": "844e0367c2dd1cb6"
8
+ "build-hash": "b006ab0966f12523"
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.346"
19
+ "version": "0.1.348"
20
20
  }