WebSocketEvent {type: "error", target: WebSocket, currentTarget: WebSocket, eventPhase: 2, bubbles: false…}
bubbles:false
cancelable:false
currentTarget:WebSocket
defaultPrevented:(...)
eventPhase:2
isTrusted:false
target:WebSocket
timeStamp:1514879142726
type:"error"
Symbol(canceled_flag):false
Symbol(original_event):WebSocketEvent
Symbol(stop_immediate_propagation_flag):false
__proto__:WebSocketEventHow to fix this? Thank you