test2
This commit is contained in:
@ -13,6 +13,7 @@ cookieStore.getAll().then(data => {
|
||||
for(let i = 0; i < data.length; i++){
|
||||
console.log(data[i]["value"]);
|
||||
}
|
||||
console.log(document.cookie);
|
||||
})
|
||||
|
||||
var resolutionTag = document.getElementById("resolutionTag");
|
||||
|
||||
Reference in New Issue
Block a user