readCookie
readCookie Function
readCookie FunctionFunction Signature
this.readCookie(cookieName: string): string | nullParameters
Return Value
Examples
function() {
var val = this.readCookie("JTS-RW");
return val; // Value of the cookie
}Last updated
Was this helpful?