With a worker variable we can get a

With a worker variable we can get a cookie like the example:
// Get the value of the cookie "login-cookie"
const cookieValue = system.cookies["login-cookie"];

My question: We can set a cookie with the response?
Was this page helpful?