We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a05b3e commit c5d65deCopy full SHA for c5d65de
docs/api/cookies.md
@@ -119,4 +119,8 @@ Removes the cookies matching `url` and `name`
119
120
Returns `Promise<void>` - A promise which resolves when the cookie store has been flushed
121
122
-Writes any unwritten cookies data to disk.
+Writes any unwritten cookies data to disk
123
+
124
+Cookies written by any method will not be written to disk immediately, but will be written every 30 seconds or 512 operations
125
126
+Calling this method can cause the cookie to be written to disk immediately.
0 commit comments