Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eXon committed Oct 22, 2020
1 parent 24ed1da commit 07c0e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/universal-cookie/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Set a cookie value
- maxAge (number): relative max age of the cookie from when the client receives it in seconds
- domain (string): domain for the cookie (sub.domain.com or .allsubdomains.com)
- secure (boolean): Is only accessible through HTTPS?
- httpOnly (boolean): Is only the server can access the cookie?
- httpOnly (boolean): Is only the server can access the cookie? **Note: You cannot get or set httpOnly cookies from the browser, only the server.**
- sameSite (boolean|none|lax|strict): Strict or Lax enforcement

### `remove(name, [options])`
Expand Down

0 comments on commit 07c0e7e

Please sign in to comment.