CookiePartitionKey 接口
¥CookiePartitionKey interface
表示 Chrome 中的 cookie 分区键。
¥Represents a cookie partition key in Chrome.
签名
¥Signature
export interface CookiePartitionKey
属性
¥Properties
属性 | 修饰符 | 类型 | 描述 | 默认 |
---|---|---|---|---|
hasCrossSiteAncestor |
| boolean | 指示 cookie 是否有任何跨站点到 topLevelSite 的祖级。 仅在 Chrome 中受支持。 | |
sourceOrigin | string | 浏览器在向设置 cookie 的端点发送请求时访问的顶层 URL 的站点。 在 Chrome 中,映射到 CDP 的 |