Replies: 1 comment
-
This is not possible. You can avoid waiting for it yourself, e.g. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way you can send an http request and forget it. Meaning that the library under the hood won't wait for response. I know you can catch the response and just do nothing with it, but i'm trying to not even have the request come back to the javascript thread altogether. Similar to how UDP works
Beta Was this translation helpful? Give feedback.
All reactions