Skip to content

Commit

Permalink
docs: add missing session cookie property to api.md (#1672)
Browse files Browse the repository at this point in the history
The session value is returned from the protocol, but not accepted as a cookie parameter.

Fixes #980.
  • Loading branch information
JoelEinbinder authored and aslushnikov committed Dec 28, 2017
1 parent 02720e4 commit bf3e0cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/api.md
Expand Up @@ -594,6 +594,7 @@ Gets the full HTML contents of the page, including the doctype.
- `expires` <[number]> Unix time in seconds.
- `httpOnly` <[boolean]>
- `secure` <[boolean]>
- `session` <[boolean]>
- `sameSite` <[string]> `"Strict"` or `"Lax"`.

If no URLs are specified, this method returns cookies for the current page URL.
Expand Down

0 comments on commit bf3e0cc

Please sign in to comment.