Skip to main content
Version: 22.9.0

CookieSourceScheme 类型

¥CookieSourceScheme type

表示最初设置 cookie 的源的源方案。值 "取消设置" 允许协议客户端模拟该方案的旧 cookie 范围。这是暂时的能力,将来会被删除。

¥Represents the source scheme of the origin that originally set the cookie. A value of "Unset" allows protocol clients to emulate legacy cookie scope for the scheme. This is a temporary ability and it will be removed in the future.

签名:

¥Signature:

export type CookieSourceScheme = 'Unset' | 'NonSecure' | 'Secure';