From: Haojian Wu Date: Fri, 26 Jun 2015 02:47:50 +0000 (+0800) Subject: :memo: Fix a type error. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=80e02d945cde72ac0b06494b9281b6a42e398d6a;p=platform%2Fframework%2Fweb%2Fcrosswalk-tizen.git :memo: Fix a type error. --- 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)