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
Currently omitting credentials by setting credentials: "omit" on Request isn't supported by stream-http. It'd be nice if there were a way to do that. Maybe either allowing withCredentials to be a string or another option like omitCredentials?
The text was updated successfully, but these errors were encountered:
Currently omitting credentials by setting
credentials: "omit"
onRequest
isn't supported bystream-http
. It'd be nice if there were a way to do that. Maybe either allowingwithCredentials
to be a string or another option likeomitCredentials
?The text was updated successfully, but these errors were encountered: