[Supabasejs] support modify fetch option in http request #23465
Unanswered
zhihengGet
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
please consider adding a addHeader helper i.e
supabase.from ().select().setFetchOptionsthe reason for this is that i need to set 'cf' properties in cloudflare worker for outgoing http req, i want to do it per request not on global level, i can write a fetch function and change supabasejs's global fetch with it but this is not easy to do as i need to write tons of if statement
All reactions