appwrite / sdk-for-web

[READ-ONLY] Official Appwrite Web SDK 🧑

Home Page:https://appwrite.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

timoo-006 opened this issue Β· comments

commented

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

  • I checked and didn't find similar issue

🏒 Have you read the Code of Conduct?

We're working on a fix here: appwrite/sdk-generator#799

Closing as a duplicate of #53