-
Notifications
You must be signed in to change notification settings - Fork 33
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
[FEATURE] web-sdk: Access to provider status inside the provider #893
Comments
Totally agree with this, probably worth doing a spec update for this? |
Not sure what the others think but it could be a great idea to spec it. |
You mean read-only access, I guess based on your use-case? I think I could be convinced of that. 🤔 |
Yes read-only, I don't need to change the status but I need to have access to it. |
It might be slightly complicated to get the status due to |
Requirements
With the web-sdk
v1.0.0
, the provider status is now managed directly by the SDK which is great, but there are some usecases when it will be interesting to have access to the provider status inside the SDK.One of the use cases I have is being able to send a
CACHED
reason when the provider isSTALE
.The text was updated successfully, but these errors were encountered: