async function x(){ let url = "example" await fetch(url, { method: 'GET' }).then(response => { response.body.pipe(fs.createWriteStream(pricesFile)); }) } await koyduğum halde requesti ve dosya oluşumunu beklemeden kodun geri kalanı çalışıyor. Bunu nasıl engelleyebilirim
11 Ekim 2023
Javascript kategorisinde
kenan
6.2k puan
cevapladı