fixup! Adding cookie flush store api

This commit is contained in:
Hari Krishna Reddy Juturu
2017-04-14 10:03:52 -07:00
committed by Kevin Sawicki
parent 19709a50e9
commit efca0a6e07

View File

@@ -105,6 +105,8 @@ on complete.
Removes the cookies matching `url` and `name`, `callback` will called with
`callback()` on complete.
#### `cookies.flushStore()`
#### `cookies.flushStore(callback)`
* `callback` Function
Writes any unwritten cookies data to disk.