Adding cookie flush store api

This commit is contained in:
Hari Krishna Reddy Juturu
2017-04-14 06:12:22 -07:00
committed by Kevin Sawicki
parent 190fc46e77
commit 19709a50e9
3 changed files with 20 additions and 1 deletions

View File

@@ -104,3 +104,7 @@ on complete.
Removes the cookies matching `url` and `name`, `callback` will called with
`callback()` on complete.
#### `cookies.flushStore()`
Writes any unwritten cookies data to disk.