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

๐Ÿš€ Feature: Replace cross-fetch with fetch #82

Closed timoo-006 closed 1 month ago

timoo-006 commented 6 months ago

๐Ÿ”– Feature description

Replace the cross-fetch library with the native browser fetch Implementation

๐ŸŽค Pitch

I want to call a cloud Function using the SDK in a chrome extension service worker. However chrome extension service workers do not support XHR Requests, only the native fetch API

๐Ÿ‘€ Have you spent some time to check if this issue has been raised before?

๐Ÿข Have you read the Code of Conduct?

eldadfux commented 2 months ago

We're working on a fix here: https://github.com/appwrite/sdk-generator/pull/799

stnguyen90 commented 1 month ago

Closing as a duplicate of https://github.com/appwrite/sdk-for-web/issues/53