chrome-types 0.1.346 → 0.1.347
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 +4 -2
- package/index.d.ts +4 -2
- 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 Apr 01 2025 22:31:59 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 59edc8ebe353ac85c97b6ed1f5539c69ad5ce263
|
|
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
|
|
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 Apr 01 2025 22:31:54 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 59edc8ebe353ac85c97b6ed1f5539c69ad5ce263
|
|
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
|
|
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": "a70776cfd0eb6d8d"
|
|
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.347"
|
|
20
20
|
}
|