cokkie test
This commit is contained in:
@ -7,6 +7,8 @@ rock.src = "/media/Art/Rock1.png";
|
||||
|
||||
ctx.fill()
|
||||
|
||||
document.cookie = "username=TechRunner"
|
||||
|
||||
cookieStore.getAll().then(data => {
|
||||
for(let i = 0; i < data.length; i++){
|
||||
console.log(data[i]["value"]);
|
||||
|
||||
Reference in New Issue
Block a user