想要区分:
1 url 不可用,比如 ip 地址不对,Error in connection establishment:net::ERR_CONNECTION_REFUSED
2 websocket服务器内部错误 500,Error during WebSocket handshake: Unexpected response code: 500
我想要在 js 中区分上面两种错误,不是在chrome f12中,谢谢。
上面说的两种错误浏览器好像不能区分,或者是我不知道;
可以在服务器关闭socket连接,并知道code和reason。
https://blog.csdn.net/frankcheng5143/article/details/72649711/
请求成功,返回500错误=>服务器内部错误 500
请求失败=>ERR_CONNECTION_REFUSED
什么人都有