You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
then we felt that it was a bit hacky and it also required top level await support...
so we opted to expose the formdata class instead in v3.2.0 along with the utility fn from the fetch-blob/from.js package
import{FormData,fileFrom}from'node-fetch'
The text was updated successfully, but these errors were encountered:
arweave-bridge/package.json
Line 19 in 7805df1
Hi, 👋
b/c it was possible to retrive the internal FormData class used by 'node-fetch' in a roundabout way
then we felt that it was a bit hacky and it also required top level await support...
so we opted to expose the formdata class instead in v3.2.0 along with the utility fn from the
fetch-blob/from.js
packageThe text was updated successfully, but these errors were encountered: