Skip to content

Latest commit

 

History

History
53 lines (26 loc) · 794 Bytes

tough-cookie.memorycookiestore.removeallcookies_1.md

File metadata and controls

53 lines (26 loc) · 794 Bytes

Home > tough-cookie > MemoryCookieStore > removeAllCookies

MemoryCookieStore.removeAllCookies() method

Removes all cookies from the store.

Signature:

removeAllCookies(callback: ErrorCallback): void;

Parameters

Parameter

Type

Description

callback

ErrorCallback

A function to call when all the cookies have been removed or an error occurs.

**Returns:**

void