WebSocket events

Report a typo

Match WebSocket events with their description.

Match the items from left and right columns
<code>.onclose</code>
<code>.onmessage</code>
<code>.onopen</code>
<code>.onerror</code>
Fires when data is received from the server
Fires when a WebSocket connection is opened
Fires on error
Fires when the WebSocket connection is terminated
___

Create a free account to access the full topic