diff --git a/README.md b/README.md index d9c455b..19bbb15 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,8 @@ Sets a cookie in the document. If the cookie does not already exist, it will be | *domain* | A string value of the domain of the cookie | `undefined` | | *expires* | A number (of seconds), a date parsable string, or a `Date` object of when the cookie will expire | `undefined` | | *secure* | A boolean value of whether or not the cookie should only be available over SSL | `false` | +| *sameSite* |
Use "SameSite" cookie attribute?
Value is one of:
Use "SameSite" cookie attribute?
Value is one of: