sor4chi / hono-storage

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

fix: remove FIle polyfill #60

Closed sor4chi closed 3 months ago

sor4chi commented 3 months ago

There are cases where there is no File object depending on the line time (eg: node<=20), which was handled by inserting polyfill on the library side.

But it should be handled on the user side. Then we could focus only File object handling.

related: #58