deps!: Remove form-data dependency in favor of Node 18 implementation #2436
Labels
api: storage
Issues related to the googleapis/nodejs-storage API.
next major: breaking change
this is a change that we should wait to bundle into the next major version
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: cleanup
An internal cleanup or hygiene concern.
Node 18 makes FormData available in the global space. We should remove the current third party dependency when moving to Node 18.
The text was updated successfully, but these errors were encountered: