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
By default browser-request is async but I don't see any obvious way to make it sync. I have two functions, getHTTP and HTTPExists, but I also want to make getHTTPSync and HTTPExistsSync.
I think that the current API doesn't support it. Seems like it requires a minor change to the code cause as far as I was able to tell, seems like they create async requests without a way to configure it.
If you find a way around it, please drop me a line as I need that too.
By default browser-request is async but I don't see any obvious way to make it sync. I have two functions,
getHTTP
andHTTPExists
, but I also want to makegetHTTPSync
andHTTPExistsSync
.What are my options to make them sync?
The text was updated successfully, but these errors were encountered: