From bf3e0cca57981e5f62afc3df4031c0ebae3207c3 Mon Sep 17 00:00:00 2001 From: JoelEinbinder Date: Wed, 27 Dec 2017 18:58:57 -0800 Subject: [PATCH] docs: add missing session cookie property to api.md (#1672) The session value is returned from the protocol, but not accepted as a cookie parameter. Fixes #980. --- docs/api.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/api.md b/docs/api.md index 6eec55c17b1..ef85bc0fc90 100644 --- a/docs/api.md +++ b/docs/api.md @@ -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.