Replies: 1 comment 3 replies
-
Yes it's a blocking call. See https://bun.sh/docs/api/file-io |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
considering this code:
I was expecting to have an
await
somewhere, but no.How
bunFile.size
can get the file size immediately?Is it a synchronous (blocking) call?
Beta Was this translation helpful? Give feedback.
All reactions