Barbara88
Explore posts from serversCDCloudflare Developers
•Created by Barbara88 on 5/14/2024 in #workers-help
Promise not working in JS worker
Hi I have am using the S3 client in a Cloudflare worker
If I use
await
syntax I can log the results from this call in a Worker
If I try the same thing using .then()
syntax I do not get any logs
Can anyone please explain why?8 replies