跳至主要內容
版本:23.11.1

CookieSourceScheme 類型

表示最初設定 Cookie 的來源架構。值為 "Unset" 允許協定用戶端模擬傳統 Cookie 作用域。這是一項暫時性的功能,未來將會移除。

簽名

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