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
Describe what you would like to know or do
When I connect to a websocket server, and the server refuses the connection with status code 400 and sends some additional information, why it refused it, inside of http body, how can I get that body?
Describe the solution you'd considered
I tried the onClose but they body cant be found in there.
The text was updated successfully, but these errors were encountered:
Describe what you would like to know or do
When I connect to a websocket server, and the server refuses the connection with status code 400 and sends some additional information, why it refused it, inside of http body, how can I get that body?
Describe the solution you'd considered
I tried the onClose but they body cant be found in there.
The text was updated successfully, but these errors were encountered: