CookieSourceScheme 类型
🌐 CookieSourceScheme type
表示最初设置 cookie 的源方案。值为“Unset”允许协议客户端模拟方案的传统 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';