Properties
storage
storage: CookieJar = ...
Methods
_cookieURL
- _cookieURL(currentURL): string
Returns string
loadCookies
- loadCookies(url): Promise<null | string>
Returns Promise<null | string>
storeCookies
- storeCookies(url, headers): Promise<void>
Parameters
url: URL
headers: string[]
Returns Promise<void>
Cookie jar class.