V
Size: a a a
V
∅ч
∅ч
∅ч
∅ч
let arr = [1,2,3];
for (let index in arr) {
if (index === 1) {
console.log("Good");
}
}
∅ч
∅ч
∅ч
∅ч
can.toBlob((blob) => { // blob == null
console.log(blob)
const url = window.URL.createObjectURL(blob)
chrome.downloads.download({
filename: 'otput.jpg',
url: url
})
}, 'image/jpeg', 1)
∅ч
∅ч
∅ч
∅ч
(L
V
(L
∅ч