sameSite property

SameSite? sameSite
getter/setter pair

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;