You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to perform local validation that a request is processable by the decide api. Currently we are limited in what we can do here because the validate function is sync. By having an async toProtocol function we can perform async validation there before making the request.
The text was updated successfully, but these errors were encountered:
Discussed previously in #1391.
We want to perform local validation that a request is processable by the decide api. Currently we are limited in what we can do here because the
validate
function is sync. By having an asynctoProtocol
function we can perform async validation there before making the request.The text was updated successfully, but these errors were encountered: