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
Unfortunately this is not working :-(
The Response shown is this: Error invoking remote method 'send-http-request': SyntaxError: Unexpected identifier
As far as I can determine this is cause by the await.
If I wrap it in an anonymous function like this:
Dear Anoop,
I am using Bruno-1.21.0, and I want to use this code to sync requests:
Unfortunately this is not working :-(
The Response shown is this:
Error invoking remote method 'send-http-request': SyntaxError: Unexpected identifier
As far as I can determine this is cause by the
await
.If I wrap it in an anonymous function like this:
it works (but the calls are asynchronyous, which is not what I wanted)
Kind regards,
Leen Baan
The text was updated successfully, but these errors were encountered: