tmcrypted

Results 1 issues of tmcrypted

I have error with BLOB pls help me I can't use readAsBlob try { const fileBuffer = fs.readFileSync('tiho2.png'); const fileBlob = new Blob([fileBuffer], { type: 'image/png' }); console.log(fileBlob instanceof Blob);...