sdk-for-web
sdk-for-web copied to clipboard
๐ Feature: Replace cross-fetch with fetch
๐ 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?
- [X] I have read the Code of Conduct
We're working on a fix here: https://github.com/appwrite/sdk-generator/pull/799
Closing as a duplicate of https://github.com/appwrite/sdk-for-web/issues/53