|
@@ -119,4 +119,8 @@ Removes the cookies matching `url` and `name`
|
|
|
|
|
|
Returns `Promise<void>` - 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.
|