Home > tough-cookie > MemoryCookieStore > removeAllCookies
Removes all cookies from the store.
Signature:
removeAllCookies(callback: ErrorCallback): void;
Parameter |
Type |
Description |
---|---|---|
callback |
A function to call when all the cookies have been removed or an error occurs. |
void