appwrite / sdk-for-web

[READ-ONLY] Official Appwrite Web SDK 🧡
https://appwrite.io
BSD 3-Clause "New" or "Revised" License
271 stars 58 forks source link

Remove cross-fetch and isomorphic-form-data #53

Closed jimmywarting closed 2 weeks ago

jimmywarting commented 1 year ago

https://github.com/appwrite/sdk-for-web/blob/7b37a2bec1dbe47b55e2c962996046f56b763192/package.json#L34-L37

formdata + fetch is built-in to all evergreen env. (NodeJS v18+) if it isn't just let the developer who depend on this package bring them in themself if they need to.

SayyamJain101 commented 8 months ago

Can you assign me this issue @jimmywarting

stnguyen90 commented 2 weeks ago

Fixed as part of https://github.com/appwrite/sdk-for-web/releases/tag/15.0.0