Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 599 Bytes

tough-cookie.store.getallcookies.md

File metadata and controls

21 lines (12 loc) · 599 Bytes

Home > tough-cookie > Store > getAllCookies

Store.getAllCookies() method

Gets all the cookies in the store.

Signature:

getAllCookies(): Promise<Cookie[]>;

Returns:

Promise<Cookie[]>

Remarks

  • Cookies SHOULD be returned in creation order to preserve sorting via cookieCompare().