sdk-for-web icon indicating copy to clipboard operation
sdk-for-web copied to clipboard

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

Open timoo-006 opened this issue 1 year ago โ€ข 1 comments

๐Ÿ”– 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?

  • [X] I checked and didn't find similar issue

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

timoo-006 avatar Dec 09 '23 19:12 timoo-006

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

eldadfux avatar Mar 30 '24 17:03 eldadfux

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

stnguyen90 avatar May 14 '24 20:05 stnguyen90