Method Cookie.toString
View contents of the cookie
-
Syntax
String Cookie.toString()
Returns a string with the information stored in the cookie as well as the attributes the cooie is stored with (max-age, path, domain and secure). - Return value The information stored in the cookie.
-
Download
Source
Unless otherwise noted all code in the JSLab Standard Library is licensed as GPLv3. See http://www.gnu.org/licenses/gpl.html for the entire license.
This function has dependencies and will not work stand-alone. Use the download button above instead of copy/paste.
