Содержание

getCookies

Gets all the cookies that are in the profile

Syntax

getCookies = function();

Parameters

Returned value

Examples

  1. var cookies = getCookies();
    log(JSON.stringify(cookies));