-
Notifications
You must be signed in to change notification settings - Fork 225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The 'credentials' field on 'RequestInitializerDict' is not implemented. #1100
Comments
I have realized this is more of a bug in workers- I was wondering if this is something you actually wanted to fix, or if you'd rather wait for CF. |
i wont do anything yet :-) |
cloudflare/workerd#902 is the issue on the cloudflare repo. Thanks for your response. |
is this actually fixed, or is it wontfix? |
this can not be fixed in this library as you said its an issue here cloudflare/workerd#902, thus no need to track it here |
alright- do you mind using the "not planned" close feature instead? It's a little clearer. |
I rather set the invalid label, as the bug you describe is not in this repo. E.g. |
Hi! I'm trying to use this library on Cloudflare Workers, which does not implement fetch credentials. Is there a way to disable these? I've tried setting
fetchRequestCredentials: null
onOidcClientSettings
, but it still throws the error.issue-ref: cloudflare/workers-sdk#2514
The text was updated successfully, but these errors were encountered: