Move from teeny-request to standard Fetch API #2356
Labels
api: storage
Issues related to the googleapis/nodejs-storage API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Is your feature request related to a problem? Please describe.
Using this lib with
Bun
is crashing when uploading a file.Describe the solution you'd like
Now than
fetch
is standard in Node/Bun/Deno/... I don't seeteeny-request
is needed as dep.Describe alternatives you've considered
Overriding
teeny-request
by rexportingfetch
locally, not ideal but at least it behave the same and the error goes away.Additional context
n/a
The text was updated successfully, but these errors were encountered: