sameSite property

SameSite? sameSite
read / write

Whether the cookie is available from other sites.

This value is null if the SameSite attribute is not present.

See SameSite for more information.

Implementation

SameSite? sameSite;