NONE constant
HTTPCookieSameSitePolicy
const NONE
SameSite=None;
Cookies will be sent in all contexts, i.e sending cross-origin is allowed.
None
requires the Secure
attribute in latest browser versions.
Implementation
static const NONE = HTTPCookieSameSitePolicy._internal('None', 'None');