Optional
abilityOptional
callStatic
cookiesGet the specified cookies.
Optional
urls: string | string[](optional): If URLs are specified, only cookies that affect those URLs are returned. If no URLs are specified, this all cookies are returned.
new Get instance for cookies
get all cookies
Get.cookies();
get cookies for a single domain
Get.cookies('https://www.myapp.com');
get cookies for two domains
Get.cookies(['https://www.myapp.com', 'https://www.another-app.com']);
Static
localStatic
sessionGenerated using TypeDoc
Get either Cookies, Session Storage Items or Local Storage Items from the Browser.