sdk-for-web
sdk-for-web copied to clipboard
[READ-ONLY] Official Appwrite Web SDK ๐งก
## What does this PR do? (Provide a description of what this PR does.) ## Test Plan (Write your test plan here. If you changed any code, please provide us...
### ๐ Reproduction steps install appwrite web sdk or the angular web sdk wrapper (ngx-appwrite); follow configuration from tutorial at https://appwrite.io/docs/quick-starts/angular; run ng s; get error when loading page; ###...
### ๐ Feature description In the constructor of the client, it would be nice for users to be able to provide their own fetch implementations. ### ๐ค Pitch Why? Because...