diff --git a/docs/api/cookies.md b/docs/api/cookies.md index 41e448b713b8..5665c8587c36 100644 --- a/docs/api/cookies.md +++ b/docs/api/cookies.md @@ -119,4 +119,8 @@ Removes the cookies matching `url` and `name` Returns `Promise` - A promise which resolves when the cookie store has been flushed -Writes any unwritten cookies data to disk. +Writes any unwritten cookies data to disk + +Cookies written by any method will not be written to disk immediately, but will be written every 30 seconds or 512 operations + +Calling this method can cause the cookie to be written to disk immediately.