fixup! Adding cookie flush store api
This commit is contained in:
parent
19709a50e9
commit
efca0a6e07
1 changed files with 3 additions and 1 deletions
|
@ -105,6 +105,8 @@ on complete.
|
||||||
Removes the cookies matching `url` and `name`, `callback` will called with
|
Removes the cookies matching `url` and `name`, `callback` will called with
|
||||||
`callback()` on complete.
|
`callback()` on complete.
|
||||||
|
|
||||||
#### `cookies.flushStore()`
|
#### `cookies.flushStore(callback)`
|
||||||
|
|
||||||
|
* `callback` Function
|
||||||
|
|
||||||
Writes any unwritten cookies data to disk.
|
Writes any unwritten cookies data to disk.
|
||||||
|
|
Loading…
Reference in a new issue