test cookies
This commit is contained in:
@ -7,6 +7,12 @@ rock.src = "/media/Art/Rock1.png";
|
|||||||
|
|
||||||
ctx.fill()
|
ctx.fill()
|
||||||
|
|
||||||
|
cookieStore.getAll().then(data => {
|
||||||
|
for(let i = 0; i < data.length; i++){
|
||||||
|
console.log(data[i]["value"]);
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
var resolutionTag = document.getElementById("resolutionTag");
|
var resolutionTag = document.getElementById("resolutionTag");
|
||||||
resolutionTag.textContent = "document: " + window.screen.availWidth + "x" + window.screen.availHeight + ", inner window: " + window.innerWidth + "x" + window.innerHeight;
|
resolutionTag.textContent = "document: " + window.screen.availWidth + "x" + window.screen.availHeight + ", inner window: " + window.innerWidth + "x" + window.innerHeight;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user