cokkie test

This commit is contained in:
2025-10-17 21:41:06 -05:00
parent 8ce2236436
commit 4d57e4bddd

View File

@ -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"]);