The error handler is executed when a connection with a websocket has been closed with prejudice (some data couldn't be sent for example).
General info
- Specification
- WebSocket
- Interface
- Event
- Bubbles
- No
- Cancelable
- No
- Target
- WebSocket
- Default Action
- None
Properties
| Property | Type | Description | 
|---|---|---|
| targetRead only | EventTarget | The event target (the topmost target in the DOM tree). | 
| typeRead only | DOMString | The type of event. | 
| bubblesRead only | boolean | Does the event normally bubble? | 
| cancelableRead only | boolean | Is it possible to cancel the event? |