LAX constant
HTTPCookieSameSitePolicy
const LAX
SameSite=Lax;
Cookies are allowed to be sent with top-level navigations and will be sent along with GET request initiated by third party website. This is the default value in modern browsers.
Implementation
static const LAX = HTTPCookieSameSitePolicy._internal('Lax', 'Lax');