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
However, it would be quite weird to have to turn the above logEvent into an async function.
Describe the solution you'd like
If you want to keep supporting the callback interface, I think it would be best to stick with the API of versions <7. Version 7.0.0 forces me to make functions async that are not async in nature.
Describe alternatives you've considered
An alternative could be to have arc.http be 'smart' the way it currently is in 7.0.0, but arc.http.async to behave the way it did <7.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
If my handler looks like the following, the
arc.http
andarc.http.async
helpers in version 7.0.0 will complain withHowever, it would be quite weird to have to turn the above
logEvent
into an async function.Describe the solution you'd like
If you want to keep supporting the callback interface, I think it would be best to stick with the API of versions <7. Version 7.0.0 forces me to make functions async that are not async in nature.
Describe alternatives you've considered
An alternative could be to have
arc.http
be 'smart' the way it currently is in 7.0.0, butarc.http.async
to behave the way it did <7.The text was updated successfully, but these errors were encountered: