sor4chi / hono-storage

A storage helper for Hono. Support disk, memory, S3, etc.
MIT License
101 stars 3 forks source link

isFile have bug #58

Closed polumo closed 3 months ago

polumo commented 3 months ago

isFile is always false

sor4chi commented 3 months ago

Hi, @huanghe12 . Is this problem still unresolved?

Could you tell me your environment of Runtime, OS, etc...?

polumo commented 3 months ago

yes, it's still exist env is bun of win11

sor4chi commented 3 months ago

I was able to reproduce it. This seems to be a problem that happens to bun. I am dealing with it in the form of using File polyfil, but it seems to need to be changed to be implemented with a pure Web File Object.

It may take some time, but I will try.

sor4chi commented 3 months ago

@huanghe12 This problem will be resolved in the next release! Thank you for rasing this issue!