From 80e02d945cde72ac0b06494b9281b6a42e398d6a Mon Sep 17 00:00:00 2001 From: Haojian Wu Date: Fri, 26 Jun 2015 10:47:50 +0800 Subject: [PATCH] :memo: Fix a type error. --- docs/api/browser-window.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/browser-window.md b/docs/api/browser-window.md index b9c78b9..0188063 100644 --- a/docs/api/browser-window.md +++ b/docs/api/browser-window.md @@ -1102,9 +1102,9 @@ win.webContents.on('did-finish-load', function() { * `secure` Boolean - Whether the cookie is marked as Secure (typically HTTPS) * `http_only` Boolean - Whether the cookie is marked as HttpOnly * `session` Boolean - Whether the cookie is a session cookie or a persistent - * cookie with an expiration date. + cookie with an expiration date. * `expirationDate` Double - (Option) The expiration date of the cookie as - the number of seconds since the UNIX epoch. Not provided for session cookies. + the number of seconds since the UNIX epoch. Not provided for session cookies. ### WebContents.session.cookies.set(details, callback) -- 2.7.4