chrome-types 0.1.301 → 0.1.302
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 +9 -2
- package/index.d.ts +9 -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 Sat Sep 07 2024 22:31:52 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 218dfceeb37976e28272a0bad6d095fc909f0838
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -6887,6 +6887,13 @@ declare namespace chrome {
|
|
|
6887
6887
|
* The top-level site the partitioned cookie is available in.
|
|
6888
6888
|
*/
|
|
6889
6889
|
topLevelSite?: string;
|
|
6890
|
+
|
|
6891
|
+
/**
|
|
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
|
+
*
|
|
6894
|
+
* @since Pending
|
|
6895
|
+
*/
|
|
6896
|
+
hasCrossSiteAncestor?: boolean;
|
|
6890
6897
|
}
|
|
6891
6898
|
|
|
6892
6899
|
/**
|
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 Sat Sep 07 2024 22:31:47 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 218dfceeb37976e28272a0bad6d095fc909f0838
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
|
@@ -3633,6 +3633,13 @@ declare namespace chrome {
|
|
|
3633
3633
|
* The top-level site the partitioned cookie is available in.
|
|
3634
3634
|
*/
|
|
3635
3635
|
topLevelSite?: string;
|
|
3636
|
+
|
|
3637
|
+
/**
|
|
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
|
+
*
|
|
3640
|
+
* @since Pending
|
|
3641
|
+
*/
|
|
3642
|
+
hasCrossSiteAncestor?: boolean;
|
|
3636
3643
|
}
|
|
3637
3644
|
|
|
3638
3645
|
/**
|
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": "78274e6c67807cd9"
|
|
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.302"
|
|
20
20
|
}
|